From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: customising org-latex-to-pdf-process for bibtex Date: Sat, 26 Feb 2011 00:23:15 +0000 Message-ID: <87aahj7ifg.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58092 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pt7wP-0001sZ-Cy for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 19:23:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pt7wN-0001uW-Ei for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 19:23:20 -0500 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:41048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pt7wN-0001uH-5D for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 19:23:19 -0500 In-Reply-To: (suvayu ali's message of "Fri, 25 Feb 2011 15:30:55 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: suvayu ali Cc: org-mode mailing list suvayu ali writes: > Hi everyone, > > I am trying to use bibtex with pdf export for my thesis. So I tried > customising =org-latex-to-pdf-process= so that bibtex is run before > pdflatex. So from the customise buffer I set it to something like > this: I have #+begin_src emacs-lisp (setq org-latex-to-pdf-process '("pdflatex %f" "bibtex %b" "pdflatex %f" "pdflatex %f")) #+end_src which seems to work just fine for me. You may wish (for security) to add the fully qualified paths for these executables, of course. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.532.g7b21.dirty)