From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: [BUG] LaTeX exporter should honor empty lines Date: Wed, 2 Dec 2009 08:13:47 +0100 Message-ID: References: <51b0095d0912011315h6ea547e0ye2faa5f34fd8598d@mail.gmail.com> <51b0095d0912011321y4f4cf141u7ed85227970a0a2c@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFoeF-0000Xk-2X for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 07:49:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFoe9-0000Ti-D5 for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 07:49:33 -0500 Received: from [199.232.76.173] (port=56493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFoe9-0000TQ-56 for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 07:49:29 -0500 Received: from ey-out-1920.google.com ([74.125.78.148]:9370) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFoe8-0008G1-N7 for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 07:49:28 -0500 Received: by ey-out-1920.google.com with SMTP id 3so49357eyh.34 for ; Wed, 02 Dec 2009 04:49:27 -0800 (PST) In-Reply-To: <51b0095d0912011321y4f4cf141u7ed85227970a0a2c@mail.gmail.com> 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: Nicolas Girard Cc: emacs-orgmode Hi Nicolas, the behavior eems to be correct to me. C1 is indented, therefore part of B1. - Carsten On Dec 1, 2009, at 10:21 PM, Nicolas Girard wrote: > 2009/12/1 Nicolas Girard : >> 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. > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten