From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: Bibtex and latex export Date: Fri, 08 Oct 2010 12:35:07 +0100 Message-ID: <87lj68zzmc.wl%ucecesf@ucl.ac.uk> References: <4C9122FE.1080306@ccbr.umn.edu> <87aamra78p.fsf@mundaneum.com> <87pqvntldc.wl%ucecesf@ucl.ac.uk> <87d3rni6ea.fsf@Rainer.invalid> <87mxqqpjcf.wl%ucecesf@ucl.ac.uk> <18908.1286458199@gamaville.dokosmarshall.org> <87zkuqdrzr.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Fri_Oct__8_12:35:07_2010-1" Return-path: Received: from [140.186.70.92] (port=56530 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4BEL-0001Oo-TX for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 07:35:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4BEK-000586-KK for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 07:35:17 -0400 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:51239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4BEK-00057t-FR for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 07:35:16 -0400 In-Reply-To: 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: Achim Gratz , nicholas.dokos@hp.com, emacs-orgmode@gnu.org --Multipart_Fri_Oct__8_12:35:07_2010-1 Content-Type: text/plain; charset=US-ASCII On Fri, 8 Oct 2010 01:43:25 -0700, suvayu ali wrote: [...] > > I have the exact same problem ever since I updated org today. (from > commit 344785b 2010-10-03 Bernt Hansen to commit 0901585 2010-10-06 > Eric Schulte) > > My locale is en_IN.utf8, and I am on Fedora 13. I couldn't quite > understand the discussion where the bug actually is. To resolve this > do I need to file a bug with the Fedora bugzilla? I am confused how > can that be possible because I can successfully export to pdf if I > downgrade org to commit 344785b. > > Any suggestions welcome. > > > cheers, > > eric > > > > -- > Suvayu > > Open source is the future. It sets us free. Suvayu, the bug is due to the expression in the texi2dvi script used in an egrep command. The reason it is hitting you now and not before is that the default sequence of commands for exporting org files to PDF has changed from a sequence of "pdflatex" and "bibtex" commands to one of using only "texi2dvi". You can fix the problem by changing the variable org-latex-to-pdf-process. I have set it to : ("pdflatex %f" "bibtex %f" "pdflatex %f" "pdflatex %f") and this works just fine for me. If you don't need bibtex at all, you can remove that entry. You only need multiple runs of pdflatex if you have cross-references (including tables of contents etc). This is a solution in one sense but the real bug is the egrep expression in texi2dvi which is why it is suggested that a bug report be filed. HTH, eric --Multipart_Fri_Oct__8_12:35:07_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Fri_Oct__8_12:35:07_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Fri_Oct__8_12:35:07_2010-1--