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