[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: [BUG] LaTeX exporter should honor empty lines
From: |
Nicolas Girard |
Subject: |
[Orgmode] Re: [BUG] LaTeX exporter should honor empty lines |
Date: |
Tue, 1 Dec 2009 22:21:39 +0100 |
2009/12/1 Nicolas Girard <address@hidden>:
> The following test file
>
> #===
> - A0
> - B0
> C0
>
> - A1
> - B1
>
> C1
>
> - A2
> - B2
>
> C2
>
> - A3
> - B3
>
>
> C3
> #===
>
> translates into
>
> %===
> \begin{itemize}
> \item B0
> \end{itemize}
> C0
>
> \begin{itemize}
> \item A1
> \item B1
>
> C1
> \item A2
> \item B2
> \end{itemize}
> C2
>
> While the output for C0 and C1 is correct
My bad, even the output for C1 is incorrect, it messes up with the
following list.