fuxialexander / org-pdftools

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

Issues creating org-noter skeleton from PDF annotations #33

Closed edpotts closed 3 years ago

edpotts commented 4 years ago

When I run M-x org-noter-create-skeleton, specifically to export annotations, I get the following error:

org-noter-pdftools--pretty-print-location: Wrong type argument: org-noter-pdftools--location, nil

Any suggestions gratefully received.

fuxialexander commented 4 years ago

can you try org-noter-pdftools-create-skeleton and see whether the bug exist?

edpotts commented 4 years ago

can you try org-noter-pdftools-create-skeleton and see whether the bug exist?

With this I get:

Should we insert the annotations contents? (y or n) y funcall-interactively: Symbol’s value as variable is void: org-noter-pdftool-link-generator

UndeadKernel commented 4 years ago

I'm observing the same problem. Where is the variable org-noter-pdftool-link-generator supposed to be defined?

fuxialexander commented 4 years ago

@UndeadKernel It should be in the customize setting, I think I've left a default there?

zoechi commented 4 years ago

describe-variable does not list org-noter-pdftool-link-generator for me

torfjelde commented 4 years ago

Just adding to this; also not working for me and org-noter-pdftool-link-generator doesn't exist :confused:

dragarok commented 4 years ago

I am also facing the same issue and fabanados's change is not also working for me. The same issue is referenced there as well.

Ypot commented 4 years ago

Maybe related with this?

https://github.com/fuxialexander/org-pdftools/issues/47

BFAnas commented 3 years ago

Maybe related with this?

47

Hello i was having the same problem, then I updated the org-pdftools.el and org-noter-pdf-tools, and used org-noter-pdftools-create-skeleton instead of org-noter-create-skeleton and all went well.

Hope it is useful for anyone with this problem.