Fix typo
This commit is contained in:
parent
5f3a52bc96
commit
c0b71aed56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user