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 ;-)