From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: State of the art in citations Date: Sun, 27 Apr 2014 12:16:34 -0400 Message-ID: References: <87ppk4ni6i.fsf@gaillac.origami> <87k3aaoo5d.fsf@gaillac.origami> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeRkz-0002WQ-Vi for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 12:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WeRkr-0006ET-6j for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 12:16:45 -0400 Received: from mail-qa0-x22a.google.com ([2607:f8b0:400d:c00::22a]:50713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeRkr-0006EP-2r for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 12:16:37 -0400 Received: by mail-qa0-f42.google.com with SMTP id m5so722278qaj.29 for ; Sun, 27 Apr 2014 09:16:36 -0700 (PDT) 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: "Thomas S. Dye" Cc: julian@hafro.is, Leonard Randall , emacs-orgmode , =?utf-8?Q?Cl=C3=A9ment_B=2E?= On 2014-04-27 at 12:01, Thomas S. Dye wrote: > Clément B. writes: > >> 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. It appears to work for multicite for me. Or at least well enough. If I select multiple entries, I get this: [[ref:Author1:YYYY,Author2:YYYY,Author3:YYYY][()]] I can then easily insert the text I want into the (). It exports properly to LaTeX as \cite{Author1:YYYY,Author2:YYYY,Author3:YYYY}. Maybe most people multi-cite more than me, but I think it is only a bit of extra work to add what I want in the () and then it exports properly to LaTeX and, using the references-via-LaTeX, to ODT/HTML too! -k.