zotxt-emacs
zotxt-emacs copied to clipboard
org-zotxt-noter missing
It seems like a promising package if only I could make it work.
I've got a Melpa installation of zotxt and the Zotero add-on. My goal is to make zotxt
work together with org-noter
, to open files inside Emacs just like org-noter
does.
When trying to open a link with C-c " a
, the status line notifies me that: /usr/bin/xdg-open /path/to/file.pdf...done
~~but that's that. Absolutely nothing useful happens subsequently.~~ (i fixed that myself). ~~I'd like the file to be opened in Emacs native viewer; is it possible to override the xdg-open
method?~~ (solved that one too...)
~~Another~~ The issue is that I don't have available the org-zotxt-noter
command. I can copy it from the source file, and it seems to work, but why isn't it available from the melpa installation?
~~FIY: my default viewer is mupdf
and that's what I get using xdg-open /path/to/file.pdf
from terminal. But again, I'd like zotxt
to use Emacs' native viewer, just the way org-noter
does.~~
I'd appreciate any suggestions. Thanks!
Thanks for the report @rytis-paskauskas and sorry for the late response.
You probably need to (require 'org-zotxt-noter)
. Sorry about that! I'll update the README.