diff options
| author | jao <jao@gnu.org> | 2026-09-07 21:46:39 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-07 21:46:39 +0100 |
| commit | 3d57ee6baa434be0faeef7eb7dcdad38fb9ffad6 (patch) | |
| tree | 154e8411b42f6c6f541211852a54b0e1f59c2ad4 /lib/doc/jao-org-links.el | |
| parent | 5a0912802c8c6d76762c42558c511fcbff17e422 (diff) | |
| download | elibs-3d57ee6baa434be0faeef7eb7dcdad38fb9ffad6.tar.gz elibs-3d57ee6baa434be0faeef7eb7dcdad38fb9ffad6.tar.bz2 | |
jao-pdf: boy, was this a mess
Diffstat (limited to 'lib/doc/jao-org-links.el')
| -rw-r--r-- | lib/doc/jao-org-links.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/doc/jao-org-links.el b/lib/doc/jao-org-links.el index b38deb0..fc1a241 100644 --- a/lib/doc/jao-org-links.el +++ b/lib/doc/jao-org-links.el @@ -112,7 +112,7 @@ (new (not (file-exists-p file)))) (if (and (not file-name) (or arg new)) (org-store-link nil t) - (when-let* ((fboundp 'jao-skim-current-doc) + (when-let* ((fboundp 'jao-pdf-skim-org-link) (lnk (jao-pdf-skim-org-link nil))) (kill-new lnk))) (find-file-other-window file) |
