org-pdfview

Homepage: https://github.com/markus1189/org-pdfview

Author: Markus Hauck

Updated:

Summary

Support for links to documents in pdfview mode

Commentary

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))))

Dependencies

Reverse dependencies