weirdNox / org-noter

Emacs document annotator, using Org-mode
GNU General Public License v3.0
1.08k stars 101 forks source link

Link functionality lost in PDFs opened via org-noter #89

Open yiufung opened 4 years ago

yiufung commented 4 years ago

First thank you for developing such a useful package. It's been my daily reading driver for a while now.

I have a PDF book along with its notes in an Org file. If I called org-noter in its notes heading, org-noter will correctly open the file, but I cannot jump to any links within it. When I clicked on it, error message shows in echo area: cond: epdfinfo: Unable to create synctex scanner, did you run latex with--synctex=1' ? `.

If, however, that I open the PDF book directly using C-x C-f (find-file), the links function normally.

In both cases, I have checked that pdf-links-minor-mode is enabled. I have also dig into org-noter.el, and I believe the same (find-file ****) call is used to open the file. So it's rather confusing.

Is similar issue ever reported?

Version: Arch Linux, Emacs 26.3, pdf-tools @ 1116b33