emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] export to latex broken


From: Eric S Fraga
Subject: Re: [Orgmode] export to latex broken
Date: Fri, 20 Aug 2010 18:26:03 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

On Fri, 20 Aug 2010 18:25:16 +0200, Carsten Dominik <address@hidden> 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.
> address@hidden
> 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 ;-)
-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D

reply via email to

[Prev in Thread] Current Thread [Next in Thread]