From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Fraga Subject: Re: problems with LaTex/BibTex Date: Wed, 25 Apr 2012 20:51:01 +0930 Message-ID: <87k414kqg2.fsf@ucl.ac.uk> References: <15186.85.197.227.93.1333071675.squirrel@www.hafro.is> <4F759F07.5040903@hafro.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN0l8-00072G-He for emacs-orgmode@gnu.org; Wed, 25 Apr 2012 07:51:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SN0l2-0007z3-Bv for emacs-orgmode@gnu.org; Wed, 25 Apr 2012 07:51:46 -0400 Received: from va3ehsobe010.messaging.microsoft.com ([216.32.180.30]:46485 helo=va3outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN0l2-0007yM-7j for emacs-orgmode@gnu.org; Wed, 25 Apr 2012 07:51:40 -0400 In-Reply-To: (Alan E. Davis's message of "Fri, 30 Mar 2012 18:15:57 -0700") 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: "Alan E. Davis" Cc: Julian Burgos , emacs-orgmode@gnu.org "Alan E. Davis" writes: > I would have a use for this. I am curious, though... > > Suppose I use this as a standard init-file declaration for > org-latex-to-pdf-process . Does that mean that bibtex will always be run, > every time, during the generation of PDFs via LaTex export? Yes but you can easily customise this variable on a per file basis. If you seldom use bibtex, have the default be to run pdflatex just once. Then, for any org file that needs bibtex, simply put in the following line (or a variation thereof): #+BIND: org-latex-to-pdf-process ("pdflatex %b" "bibtex %b" "pdflatex %b" "pdflatex %b") -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.1.50.1 : using Org-mode version 7.8.06 (release_7.8.06.181.g67694.dirty)