From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: Re: [PATCH] Suppress extra newlines around source code in LaTeX export Date: Thu, 10 Dec 2009 22:38:49 +0100 Message-ID: <51b0095d0912101338q336e285am384104ed60d85b28@mail.gmail.com> References: <51b0095d0912011303n73abddefjfd37fa9fab055c03@mail.gmail.com> <51b0095d0912050358v4e0ec999k9a4e5826877ea995@mail.gmail.com> <51b0095d0912091450h6be7087bv2c68f9bd0b857a64@mail.gmail.com> <51b0095d0912091556m3121b9d4r4528889b03c46aa0@mail.gmail.com> <1A1EF196-9F26-4325-BE02-A78896E32397@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 1NIqiu-0006uv-DD for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:38:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIqip-0006qx-8Q for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:38:55 -0500 Received: from [199.232.76.173] (port=53090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIqip-0006qp-0M for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:38:51 -0500 Received: from mail-fx0-f209.google.com ([209.85.220.209]:61626) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIqio-0007QF-Ii for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 16:38:50 -0500 Received: by fxm2 with SMTP id 2so384395fxm.33 for ; Thu, 10 Dec 2009 13:38:50 -0800 (PST) In-Reply-To: <1A1EF196-9F26-4325-BE02-A78896E32397@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: emacs-orgmode 2009/12/10 Carsten Dominik : > > On Dec 10, 2009, at 12:56 AM, Nicolas Girard wrote: > >> 2009/12/9 Nicolas Girard : >>> >> >> Actually I do remember why I considered removing the '\\' : take this >> document: >> >> #============= >> Level 1 >> >> ** Level 2 >> >> *** Level 3 >> >> **** Level 4 >> - itemized >> - list >> #============= >> >> Since "Level 4" is expressed as an item, the only way of getting the >> correct output is *not* to have any '\\' between "Level 4" and >> "itemized". That is, in LaTeX, not to have '\\' between >> \item Level 4 >> and >> \begin{itemize} \item itemized \item list \end{itemize} > > OK, I am catching this case now as well. > > Let me know if it works all right now. > Hi Carsten, this works fine now, thanks very much ! -- Nicolas