fuxialexander / org-pdftools

A custom org link type for pdf-tools
GNU General Public License v3.0
335 stars 36 forks source link

更新之后点击链接无法跳转 #37

Open xiaolaoc opened 4 years ago

xiaolaoc commented 4 years ago
Snipaste_2020-05-04_23-12-47 Snipaste_2020-05-04_23-12-19
xiaolaoc commented 4 years ago

另外我测试后发现,使用原来readme.org里面的基本设置,把上面链接的开头pdf改为pdftools后,点击链接可以跳转。 但是改为现在的配置,也就是(use-package org-pdftools :hook (org-load . org-pdftools-setup-link))

(use-package org-noter-pdftools :after org-noter :config (with-eval-after-load 'pdf-annot (add-hook 'pdf-annot-activate-handler-functions #'org-noter-pdftools-jump-to-note))) 这样以后,即使把上面链接的开头pdf改为pdftools后,点击链接仍然提示上面的 no match- create this a new heading?

ray2011 commented 4 years ago

遇到了相同的问题

fuxialexander commented 3 years ago

What's your value of 'org-pdftools-link-prefix'? Have you customized it?