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
|
;; This buffer is in pdf-view-mode
|
||||||
(let* ((path buffer-file-name)
|
(let* ((path buffer-file-name)
|
||||||
(page (pdf-view-current-page))
|
(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
|
(org-link-store-props
|
||||||
:type "pdftools"
|
:type "pdftools"
|
||||||
:link link
|
:link link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user