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.
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 intoorg-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