From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: [BUG] LaTeX exporter should honor empty lines Date: Tue, 1 Dec 2009 22:15:37 +0100 Message-ID: <51b0095d0912011315h6ea547e0ye2faa5f34fd8598d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFa4V-0002G5-UG for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 16:15:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFa4R-0002FW-8U for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 16:15:43 -0500 Received: from [199.232.76.173] (port=53143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFa4R-0002FT-5F for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 16:15:39 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:38760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFa4Q-0000tB-Se for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 16:15:39 -0500 Received: by fxm5 with SMTP id 5so5122419fxm.8 for ; Tue, 01 Dec 2009 13:15:38 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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