emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

add org-ebib-open to ox-bibtex?


From: Vladimir Nikishkin
Subject: add org-ebib-open to ox-bibtex?
Date: Tue, 09 Feb 2021 13:06:32 +0800
User-agent: mu4e 1.4.13; emacs 27.1

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]