org-roam / org-roam-bibtex

Org Roam integration with bibliography management software
GNU General Public License v3.0
565 stars 47 forks source link

Suggestion: Exported org-roam links in PDF output should point to PDF files, not org files #241

Open rhstanton opened 2 years ago

rhstanton commented 2 years ago

When I export an org-roam file to PDF, any org-roam links in the original document get translated into links to an org file in the exported PDF, and Acrobat doesn't know what to do with such links. It would seem to make more sense for these links to point to the PDF file that would result from exporting that org file, in much the same way the HTML export already works.

Thanks!

myshevchuk commented 2 years ago

Hi, I'm afraid this has absolutely nothing to do with ORB. Exporting is done neither by ORB nor by Org-roam, but by the built-in Org org-export (ox) library. That said, you are welcome to discuss this issue on Org-roam Discourse. It probably requires a few small tweaks to the export configuration.