From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: ox-bibtex.el -- how to join sequential citations Date: Sat, 23 Nov 2013 09:23:01 -0700 Message-ID: <87siunf5lq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkG2F-0002pl-Ht for emacs-orgmode@gnu.org; Sat, 23 Nov 2013 11:26:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkG2A-00061E-Df for emacs-orgmode@gnu.org; Sat, 23 Nov 2013 11:26:19 -0500 Received: from mail-pd0-x22e.google.com ([2607:f8b0:400e:c02::22e]:37239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkG2A-00060z-5M for emacs-orgmode@gnu.org; Sat, 23 Nov 2013 11:26:14 -0500 Received: by mail-pd0-f174.google.com with SMTP id y13so2826003pdi.33 for ; Sat, 23 Nov 2013 08:26:13 -0800 (PST) Received: from bagel (c-174-56-50-60.hsd1.nm.comcast.net. [174.56.50.60]) by mx.google.com with ESMTPSA id oj6sm69071109pab.9.2013.11.23.08.26.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Nov 2013 08:26:12 -0800 (PST) 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: Org Mode Mailing List Hi, I've been using ox-bibtex.el for a couple of days now and am really enjoying both the bibtex integration and the HTML export through bibtex2html. I have run into one issue which I'm now sure how best to fix. When exporting multiple sequential citations e.g., cite:foo cite:bar etc... I would like to see something like the following (latex used for this example) "\cite{foo, bar}", but instead I'm getting "\cite{foo} \cite{bar}", which leads to poorly formed PDFs (a similar thing happens for HTML export). My question is how best to fix this, should I write a filter function, or does the export engine already have processes in place to handle these sorts of export context issues? Thanks, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D