emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Girard <nicolas.girard@nerim.net>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: [BUG] LaTeX exporter should honor empty lines
Date: Tue, 1 Dec 2009 22:15:37 +0100	[thread overview]
Message-ID: <51b0095d0912011315h6ea547e0ye2faa5f34fd8598d@mail.gmail.com> (raw)

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

             reply	other threads:[~2009-12-01 21:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-01 21:15 Nicolas Girard [this message]
2009-12-01 21:21 ` [BUG] LaTeX exporter should honor empty lines 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51b0095d0912011315h6ea547e0ye2faa5f34fd8598d@mail.gmail.com \
    --to=nicolas.girard@nerim.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).