From: Vladimir Nikishkin <lockywolf@gmail.com>
To: emacs-orgmode@gnu.org
Subject: add org-ebib-open to ox-bibtex?
Date: Tue, 09 Feb 2021 13:06:32 +0800 [thread overview]
Message-ID: <87czx9zvir.fsf@delllaptop.lockywolf.net> (raw)
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 other threads:[~2021-02-09 5:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87czx9zvir.fsf@delllaptop.lockywolf.net \
--to=lockywolf@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).