This is my fork of https://github.com/fuxialexander/org-pdftools
I created this because I ran into this error
Debugger entered--Lisp error: (void-function find-if) find-if(#f(compiled-function (rule) #<bytecode -0x2d37178022a5d9>) nil) org-pdftools-abbreviate-file-name("/Users/duncan/reading/20241226T231613--on-lisp__co...") org-pdftools-get-link() org-pdftools-store-link() org-store-link(nil 1) funcall-interactively(org-store-link nil 1) command-execute(org-store-link record) execute-extended-command(nil "org-store-link" "org") funcall-interactively(execute-extended-command nil "org-store-link" "org") command-execute(execute-extended-command)
when attempting to store links from the pdfs, which I resolved by changing both instances of find-if
to cl-find-if
. Might be something to do with the version of emacs.