From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= B. Subject: Re: State of the art in citations Date: Sun, 27 Apr 2014 16:14:22 +0200 Message-ID: <87k3aaoo5d.fsf@gaillac.origami> References: <87ppk4ni6i.fsf@gaillac.origami> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WePqh-0003BT-VK for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 10:14:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WePqd-0005VD-6E for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 10:14:31 -0400 Received: from latitanza.investici.org ([82.94.249.234]:34961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WePqc-0005Uw-Ts for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 10:14:27 -0400 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leonard Randall Cc: julian@hafro.is, emacs-orgmode Hi Leonard, > I am in the process of writing a new package for inserting > citations into org buffers using RefTeX. I'd be interested to know what you have in mind. I use something of the sort, by customising `reftex-cite-format`, e.g: (setq reftex-cite-format '((?\C-m . "\\cite[]{%l}") (?b . "[[ref:%l][%A (%y)]]"))) This makes inserting custom links ("ref") easier with the usual `reftex-citation` bound to C-c [. > On the other hand, it will work with multicite commands, > whereas Clement's does not look like it will. It does not, and that's a big limitation. That being said, I don't know how to go about mixing multiple citations and links to the bib file. This is definitely something I care about, being able to quickly jump from the text to the bibliographic entry, PDF file, or whatever source I am using to write is one of the main reasons I use org instead of plain LaTeX. Bye, Cl=C3=A9ment