From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to use ox-bibtex Date: Wed, 29 Jan 2014 09:46:15 -0500 Message-ID: <87fvo67snc.fsf@gmail.com> References: <871tzuy2k3.fsf@gmail.com> <87r47tv5tq.fsf@gmail.com> <52E76B2F.1040109@krugs.de> <52E7A4BF.8060507@krugs.de> <87ppnb4jo9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8WPT-0004M7-64 for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 09:46:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8WPL-0007NO-SY for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 09:46:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:52090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8WPL-0007NC-Kf for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 09:46:27 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8WPK-0002aN-AD for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 15:46:26 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jan 2014 15:46:26 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jan 2014 15:46:26 +0100 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 "o.castillo.felisola@gmail.com" writes: > A single doubt is left... the bibtex compilation is not performed > during the exportation process, should be done manually, Am I write? > You can customize org-latex-pdf-process to do what you want. By default, it does three pdflatex runs in a row. If texi2dvi works for you, it might be preferable. But you can always add a bibtex run after the first pdflatex run. Nick