From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Bibliography Date: Thu, 9 May 2013 13:28:53 +0530 Message-ID: <20130509075853.GB23222@panahar> References: <20130506145017.GF20172@kuru.dyndns-at-home.com> <87wqrcdjs4.fsf@gmail.com> <87li7sdjdj.fsf@gmail.com> <20130507053752.GA14940@panahar> <87ehdid9do.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaLko-00063S-NY for emacs-orgmode@gnu.org; Thu, 09 May 2013 03:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaLkm-0008TK-Lw for emacs-orgmode@gnu.org; Thu, 09 May 2013 03:59:06 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:56185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaLkm-0008Rj-Fw for emacs-orgmode@gnu.org; Thu, 09 May 2013 03:59:04 -0400 Received: by mail-pd0-f174.google.com with SMTP id u10so1839898pdi.33 for ; Thu, 09 May 2013 00:59:03 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87ehdid9do.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > > > > Yes please. I am waiting for something that will export bibtex to > > html. With the old exporter, org-exp-bibtex used bibtex2html to > > achieve it. But nothing similar is possible with the new exporter. > > I attach a port of org-exp-bibtex.el (renamed ox-bibtex.el) for the new > export framework. Would you mind testing it? A big thank you! Here is a quick comment. More to follow. If an org file, say temp.org, refers to a bibtex file called foo.bib, ox-bibtex creates two files: foo.html and foo_bib.html. I suggest that these be named foo_temp.html and foo_temp_bib.html. Since there may be multiple org files in a project linking to the same bibtex file, the present implementation would cause a problem. Vikas