Re: [O] [BUG] LATEX_CLASS_OPTIONS not working

2012-03-07 Thread suvayu ali
Hi Nick, On Wed, Mar 7, 2012 at 23:20, Nick Dokos wrote: > but I think it would be better to add an > example in section 12.6.2, "Header and sectioning structure". I would > encourage you to submit a doc patch. > Comments are of course welcome. :)

Re: [O] [BUG] LATEX_CLASS_OPTIONS not working

2012-03-07 Thread Nick Dokos
suvayu ali wrote: > Hi Nick, > > On Tue, Mar 6, 2012 at 03:42, Nick Dokos wrote: > > I don't think it's a regression - at least I could only find two commits > > that touched the relevant code (lines 1397-1405 in org-latex.el) and > > they are from 2008 and 2009. > > > > Also the latex syntax i

Re: [O] [BUG] LATEX_CLASS_OPTIONS not working

2012-03-06 Thread suvayu ali
Hi Nick, On Tue, Mar 6, 2012 at 03:42, Nick Dokos wrote: > I don't think it's a regression - at least I could only find two commits > that touched the relevant code (lines 1397-1405 in org-latex.el) and > they are from 2008 and 2009. > > Also the latex syntax is > >   \documentclass[a4paper]{arti

Re: [O] [BUG] LATEX_CLASS_OPTIONS not working

2012-03-05 Thread Nick Dokos
suvayu ali wrote: > Hi, > > I think there is a regression bug in latex export. The > > #+LATEX_CLASS_OPTIONS: a4paper > > directive is supposed to generate the following latex code: > > \documentclass{a4paper,article} > > Instead it generates: > > \documentclassa4paper{article} > > A minim

[O] [BUG] LATEX_CLASS_OPTIONS not working

2012-03-05 Thread suvayu ali
Hi, I think there is a regression bug in latex export. The #+LATEX_CLASS_OPTIONS: a4paper directive is supposed to generate the following latex code: \documentclass{a4paper,article} Instead it generates: \documentclassa4paper{article} A minimal example is attached. Thanks, -- Suvayu Open