From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bibliography Date: Thu, 09 May 2013 20:21:27 +0200 Message-ID: <87a9o4nheg.fsf@gmail.com> References: <20130506145017.GF20172@kuru.dyndns-at-home.com> <87wqrcdjs4.fsf@gmail.com> <87li7sdjdj.fsf@gmail.com> <20130507053752.GA14940@panahar> <87ehdid9do.fsf@gmail.com> <20130509092858.GA24865@panahar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaVTJ-0005Sr-85 for emacs-orgmode@gnu.org; Thu, 09 May 2013 14:21:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaVTI-0006aI-5t for emacs-orgmode@gnu.org; Thu, 09 May 2013 14:21:41 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:35163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaVTH-0006a7-Vt for emacs-orgmode@gnu.org; Thu, 09 May 2013 14:21:40 -0400 Received: by mail-wi0-f176.google.com with SMTP id hr14so638606wib.9 for ; Thu, 09 May 2013 11:21:39 -0700 (PDT) Received: from selenimh ([91.224.148.150]) by mx.google.com with ESMTPSA id je7sm5562585wic.9.2013.05.09.11.21.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 09 May 2013 11:21:38 -0700 (PDT) In-Reply-To: <20130509092858.GA24865@panahar> (Vikas Rawal's message of "Thu, 9 May 2013 14:58:58 +0530") 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 Hello, Vikas Rawal writes: > I am attaching my test files. I have following problems. > > 1. When I use limit:t, I get an error: if: Executing bibtex2html > failed OK, I'll have a look at it. > 2. The bibliography is inserted in the exported html file above > the main body of org file as well as below the main body of the org > file. Am I doing something silly? Actually, ox-html.el also tries to do something with bibliographies, which introduces the duplication. We should decide if the code handling them should be in contrib/ or in the various export back-ends. Since HTML handling requires external programs, I lean towards the former. If we agree, I'll remove the faulty code from ox-html.el and prepare a new version for ox-bibtex.el. By the way, where should the bibliography be inserted: at the keyword or at the end of the document (in both HTML and LaTeX)? Regards, -- Nicolas Goaziou