emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [Bug] regression in the latex exporter


From: Andreas Leha
Subject: [O] [Bug] regression in the latex exporter
Date: Mon, 26 Mar 2012 23:57:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hi all,

there seems to be a regression with the legacy latex exporter.


When I export this subtree

,----[ test.org subtree ]
| ** Some title
| 
| *** Something
| 
| **** Some deeper thing
|      Foo
`----

this is the resultign .tex file:

,----[ test.tex ]
| % preamble....
|
| \begin{document}
| 
| \maketitle
| 
| \setcounter{tocdepth}{3}
| \tableofcontents
| \vspace*{1cm}
| 
| \subsection{Some deeper thing}
| \label{sec-1-1}
| 
|      Foo
| \section{Something}
| \label{sec-1}
| 
| \end{document}
`----


So, the subsection is placed before the section, resulting in wrong
numbering.

I tested with emacs -Q on emacs 2.0.94.1 and org mode 7.8.06 with last commit
(2aa20d6f44ce5534f60aa82f0d281123963b246a).

Regards,
Andreas




reply via email to

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