From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Bibliography Date: Thu, 9 May 2013 18:48:35 +0530 Message-ID: <20130509131834.GA5436@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]:44393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaQk8-00059c-55 for emacs-orgmode@gnu.org; Thu, 09 May 2013 09:18:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaQk5-0008HX-T1 for emacs-orgmode@gnu.org; Thu, 09 May 2013 09:18:44 -0400 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]:43240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaQk5-0008FD-Md for emacs-orgmode@gnu.org; Thu, 09 May 2013 09:18:41 -0400 Received: by mail-pb0-f43.google.com with SMTP id md12so1986637pbc.2 for ; Thu, 09 May 2013 06:18:40 -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 > > I attach a port of org-exp-bibtex.el (renamed ox-bibtex.el) for the new > export framework. Would you mind testing it? > In the latex export, the bibliography is added before the main content of the org file. The tex file shows following lines inserted before the main content rather than after. ******* \bibliographystyle{plain} \bibliography{foo} ******* Vikas