From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: export to latex broken Date: Fri, 20 Aug 2010 18:26:03 +0100 Message-ID: <87iq35mc0k.wl%ucecesf@ucl.ac.uk> References: Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Fri_Aug_20_18:26:03_2010-1" Return-path: Received: from [140.186.70.92] (port=54234 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmWzc-00066u-Fp for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 15:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmWzb-0003lN-12 for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 15:11:08 -0400 Received: from vscane-a.ucl.ac.uk ([144.82.108.41]:55057) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmWza-0003kt-TM for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 15:11:07 -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: Carsten Dominik Cc: emacs-orgmode --Multipart_Fri_Aug_20_18:26:03_2010-1 Content-Type: text/plain; charset=US-ASCII On Fri, 20 Aug 2010 18:25:16 +0200, 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? > > Thanks > > - Carsten > > > _______________________________________________ > 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 Carsten, at least in my case, what happens is that the \documentclass line gets munged somewhere along the way. I have the following for org-export-latex-classes: : (("article" : "\\documentclass[11pt]{scrartcl}\n\\usepackage[utf8]{inputenc}\n...")) (truncated). When I export to latex, I get: : % Created 2010-08-20 Fri 18:21 : \documentclassI{scrartcl} : \usepackage[utf8]{inputenc} : \usepackage[T1]{fontenc} (truncated again) Note the "I" after "class" which somehow has replaced the "[11pt]" argument I had to this command. In other latex files, I have seen "r" instead of "I". Hope this helps. eric PS - I sympathise with your response to another email on the list about crossing emails: I do much of my email processing on the train while off-line... so I hope this doesn't cross the message from you that says that this problem has already been fixed ;-) --Multipart_Fri_Aug_20_18:26:03_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_Aug_20_18:26:03_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_Aug_20_18:26:03_2010-1--