Skip to content

Duncan-Britt/org-pdftools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of org-pdftools: a custom org link type for pdf-tools

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.

About

A custom org link type for pdf-tools (forked)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%