From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Subject: Re: export to latex broken Date: Fri, 20 Aug 2010 22:45:11 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=54506 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmVBl-0007sb-Ts for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 13:15:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmVBk-0004Je-KM for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 13:15:33 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:46198) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmVBk-0004JY-Cm for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 13:15:32 -0400 Received: by ewy28 with SMTP id 28so2433060ewy.0 for ; Fri, 20 Aug 2010 10:15:31 -0700 (PDT) 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: Carsten Dominik Cc: emacs-orgmode On Fri, Aug 20, 2010 at 9:55 PM, Carsten Dominik wrote: > > On Aug 20, 2010, at 4:36 PM, Puneeth wrote: > >> Hi, >> >> Exporting from org to LaTeX is broken on the master. >> >> Git bisect gives the bad commit as 034dbac3eecd >> "Search for LaTeX setup case-insensitively" > > OK, I have reverted it. > > Can you please describe what happened? Sorry for the incomplete report. I'd been using C-c C-e ?d and getting a direct pdf output which was garbled. Getting a LaTeX output and compiling gives me a clearer picture. The documentclass is getting appended with a "random" character. pdflatex gave me this error ------------------------------------------- ! Undefined control sequence. l.2 \documentclassT {article} ------------------------------------------- Removing that "T" from the end of documentclass solves the problem. (and I think the T is coming from the org file itself. I get a different character in different documents.) HTH, Puneeth