org-pdftools
org-pdftools copied to clipboard
A custom org link type for pdf-tools
The annot-id is not a stable identifier because the index changes when removing annots with lower indexes. So I would propose to use the page and edges as a unique...
The workflow I follow when taking notes on physical books is: 1. Each time I write down or underline something on a given page, I write down the number page...
Hi, Starting my emacs this morning, I see these messages: ``` Unable to activate package ‘org-pdftools’. Required package ‘pdf-tools-0.8’ is unavailable ``` Indeed, looking at my installed packages (freshly updated):...
If I export an org-file to pdf and want to review the pdf via `C-e l o`, emacs opens the file pdf with the system-default pdf-viewer. If I set it...
I activate org-noter-pdf-tools like this in my init file ``` (with-eval-after-load 'org-noter (require 'org-noter-pdftools)) (with-eval-after-load 'org (org-pdftools-setup-link)) ``` Then, I issue `org-noter-create-skeleton` on the attached file, asking to import all...
Emacs signals a "Attempt to set a constant symbol: t" when we try to set "(pdf-isearch-narrow-to-page t) " https://github.com/fuxialexander/org-pdftools/blob/a5b61bca3f8c91b0859bb0df1a929f9a31a57b99/org-pdftools.el#L209-L215
On a large pdf with many comments by 3 different co-authors, I get the following error when I execute: M-x org-noter-pdftools-create-skeleton Annotations Text notes DONE Should we insert the annotations...
I just installed pdf-tools and org-pdftools and have the following two weird behaviors: 1. Any links of the form [[./file.pdf]] within a org file gets opened externally using /usr/bin/xdg-open instead...
Hi, thanks for this awesome tool! I am running the pgtk branch with native comp enabled, emacs 28.0.50-git, very recent (upgraded today). On compilation, I get these warnings; I have...