emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] LaTeX exporter should honor empty lines
@ 2009-12-01 21:15 Nicolas Girard
  2009-12-01 21:21 ` Nicolas Girard
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Girard @ 2009-12-01 21:15 UTC (permalink / raw)
  To: emacs-orgmode

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

\begin{itemize}
\item A3
\item B3
\end{itemize}
C3
%===

While the output for C0 and C1 is correct, the following is expected
for C2 and C3:

%===
\item A2
\item B2
\end{itemize}

C2

\begin{itemize}
\item A3
\item B3
\end{itemize}


C3
%===

( I tried to fix this for a while but gave up, sorry :-/ )

-- 
Nicolas

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

end of thread, other threads:[~2009-12-03 17:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01 21:15 [BUG] LaTeX exporter should honor empty lines Nicolas Girard
2009-12-01 21:21 ` Nicolas Girard
2009-12-02  7:13   ` Carsten Dominik
2009-12-02 16:42     ` Nicolas Girard
2009-12-03 14:28       ` Carsten Dominik
2009-12-03 17:44         ` Nicolas Girard

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).