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