Homepage: https://github.com/markus1189/org-pdfview
Author: Markus Hauck
Updated:
Support for links to documents in pdfview mode
Add support for org links from pdfview buffers like docview. To enable this automatically, use: (eval-after-load 'org '(require 'org-pdfview)) If you want, you can also configure the org-mode default open PDF file function. (add-to-list 'org-file-apps '("\\.pdf\\'" . (lambda (file link) (org-pdfview-open link))))