[Orgmode] Latex exporter bug or feature?

2010-10-03 Thread Indraneel Majumdar
Or am I doing something wrong? With #+OPTIONS H:5 paragraphs are not exported if subsubsection is missing. eg. my orgfile: * Section ** Sub section My paragraph starts here... The paragraph is not exported. The reason I want H:5 is that this is the simplest way to obtain

Re: [Orgmode] Latex exporter bug or feature?

2010-10-03 Thread Scot Becker
This is, if I remember right, a feature. Or at least a known limitation, a deliberate attempt to respect document structure. Can you perhaps get what you want by customizing org-export-latex-classes to start the numbering already on heading level 4? For example one of it's 'stanzas' looks like

Re: [Orgmode] Latex exporter bug or feature?

2010-10-03 Thread Indraneel Majumdar
Thanks, but it looks complex. Anyway, my problem is solved. I wrote a custom hook to strip out all the subsubsections during export. Latex doesn't care if subsubsections exist or not and neither do I if they have some unique name like STRIP that is easy to regexp. It also takes care of