* add org-ebib-open to ox-bibtex?
@ 2021-02-09 5:06 Vladimir Nikishkin
0 siblings, 0 replies; only message in thread
From: Vladimir Nikishkin @ 2021-02-09 5:06 UTC (permalink / raw)
To: emacs-orgmode
Dear all,
In ox-bibtex (contrib), line 169 there is the following code:
#+begin_src elisp
(let ((jump-fn (car (cl-remove-if-not #'fboundp '(ebib org-bibtex-goto-citation)))))
(org-add-link-type "cite" jump-fn))
#+end-src
May I suggest that 'org-ebib-open be added as a follower instead of
'ebib?
Is is provided by org-ebib, shipped together with ebib, and is
semantically closer to what is needed. (ebib db key) opens a db file,
given as a first argument, whereas cite: expects a key (and the db is
usually in the #+bibliography). Unless every record has its own bib file,
this is not going to give an expected result.
Thank you.
--
Vladimir Nikishkin (MiEr, lockywolf)
(Laptop)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-09 5:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-09 5:06 add org-ebib-open to ox-bibtex? Vladimir Nikishkin
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).