diff options
-rw-r--r-- | lib/doc/jao-pdf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/doc/jao-pdf.el b/lib/doc/jao-pdf.el index 184bb95..6a44693 100644 --- a/lib/doc/jao-pdf.el +++ b/lib/doc/jao-pdf.el @@ -111,7 +111,7 @@ The result is cached as a local buffer variable." (unless exists (jao-org-insert-doc-skeleton)) (let* ((fn (file-name-nondirectory pdf-file)) (desc (jao-pdf-section-title page pdf-file)) - (lnk (format "[[doc:%s::%d][%s]]" fn page desc))) + (lnk (format "[[doc:%s::%d][%s (p. %s)]]" fn page desc pageno))) (jao-doc-session-mark) (if (or (not exists) (and (not no-ask) (y-or-n-p "Insert link?"))) (insert lnk "\n") |