all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Bug] regression in the latex exporter
@ 2012-03-26 21:57 Andreas Leha
  2012-03-27  8:18 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Leha @ 2012-03-26 21:57 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bug] regression in the latex exporter
  2012-03-26 21:57 [Bug] regression in the latex exporter Andreas Leha
@ 2012-03-27  8:18 ` Bastien
  2012-03-27  9:12   ` Andreas Leha
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2012-03-27  8:18 UTC (permalink / raw)
  To: Andreas Leha; +Cc: emacs-orgmode

Hi Andreas,

Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:

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

This bug existed for about 1 hour yesterday and has been fixed.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bug] regression in the latex exporter
  2012-03-27  8:18 ` Bastien
@ 2012-03-27  9:12   ` Andreas Leha
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Leha @ 2012-03-27  9:12 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@gnu.org> writes:

> Hi Andreas,
>
> Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:
>
>> there seems to be a regression with the legacy latex exporter.
>
> This bug existed for about 1 hour yesterday and has been fixed.
>
> Thanks,

Hi Bastien,

yup, confirmed.  Bad luck for me...

- Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-27  9:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 21:57 [Bug] regression in the latex exporter Andreas Leha
2012-03-27  8:18 ` Bastien
2012-03-27  9:12   ` Andreas Leha

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.