You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defuncitar-open-entry-in-zotero (citekey)
"Open a reference item in Zotero/Better BibTeX.This function assumes a setup where the bibliography files are maintained in Zotero, including the citekeys."
(citar-file-open-external
(concat"zotero://select/items/@" citekey)))
The text was updated successfully, but these errors were encountered:
* rename citar--open-entry to citar-open-entry-in-file
* add citar-open-entry-function defcustom
* modify citar-open-entry to use the above
These open functions only take a single argument, since the storage may
not be file based.
Close#736
Instead of only opening entries in bibtex and such files, also allow Zotero, (ebib?), etc.
Would require:
citar--open-entry
tocitar--open-entry-in-file
citar-open-entry
to use 2The text was updated successfully, but these errors were encountered: