This commit is contained in:
Gerard Vermeulen 2022-02-07 18:24:31 +01:00
parent 5f3a52bc96
commit c0b71aed56

View File

@ -1431,7 +1431,7 @@ this document to =html= and LaTeX correctly.
;; This buffer is in pdf-view-mode
(let* ((path buffer-file-name)
(page (pdf-view-current-page))
(link (concat "pdftools:" path "::" (number-to-string page))))
(link (concat "pdfview:" path "::" (number-to-string page))))
(org-link-store-props
:type "pdftools"
:link link