From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Reuleaux Subject: org-ref for biblatex Date: Sun, 18 May 2014 18:16:00 +0100 Message-ID: <874n0nknxr.fsf_-_@a-rx.info> References: <878uql7r7p.fsf@ucl.ac.uk> <87eh0d62ys.fsf@ucl.ac.uk> <87lhu9ofqa.fsf@ucl.ac.uk> <871tvzm859.fsf@pinto.chemeng.ucl.ac.uk> <87zjimnccb.fsf@a-rx.info> <87tx8uc59f.fsf@ucl.ac.uk> <87ha4tmexn.fsf@a-rx.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm4j4-0005AW-TU for emacs-orgmode@gnu.org; Sun, 18 May 2014 13:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm4iy-0007H8-MT for emacs-orgmode@gnu.org; Sun, 18 May 2014 13:18:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:46929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm4iy-0007Gy-G8 for emacs-orgmode@gnu.org; Sun, 18 May 2014 13:18:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wm4ix-0003xo-I9 for emacs-orgmode@gnu.org; Sun, 18 May 2014 19:18:11 +0200 Received: from stu826b.kent.ac.uk ([129.12.130.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 May 2014 19:18:11 +0200 Received: from andreas by stu826b.kent.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 May 2014 19:18:11 +0200 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: emacs-orgmode@gnu.org John, to come back to org-ref, which basically runs fine for me now, thanks. I am running biblatex (as opposed to bibtex) though, with meanwhile biber as a backend. The biblatex manual is very comprehensible and explains the different citation commands from page 79 onwards. http://ctan.mirrorcatalogs.com/macros/latex/contrib/biblatex/doc/biblatex.pdf I just ran into this: Having added a few citations to an existing one with C-u C-c d, I have something like cite:foo,bar,baz which gets exported to latex as \cite{foo,bar,baz} whereas biblatex expects \cites{foo}{bar}{baz} as I understand (note the plural s as well), and there are other config tweekings I am doing for biblatex (that I intend to explain some other time). Maybe a switch (an org-ref variable) would be a good idea, that lets one choose: use either biblatex or plain old bibtex? thanks in advance -Andreas