From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: lists and quoted latex Date: Wed, 21 Jan 2009 10:27:56 +0100 Message-ID: References: <20090121.163501.73661390.jpp@fc.up.pt> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPZNT-0005y2-Au for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 04:28:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPZNR-0005wY-SD for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 04:28:02 -0500 Received: from [199.232.76.173] (port=33955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPZNR-0005wO-KZ for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 04:28:01 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:36113) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPZNR-0002zA-4i for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 04:28:01 -0500 Received: by ewy13 with SMTP id 13so1582557ewy.18 for ; Wed, 21 Jan 2009 01:27:59 -0800 (PST) In-Reply-To: <20090121.163501.73661390.jpp@fc.up.pt> 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: Joao Pedro Pedroso Cc: emacs-orgmode@gnu.org Hi Joao, this is, unfortunately, not possible currently. List structure is based on indentation, and the BEGIN_LaTeX statement cannot be indented. All you can do it make the entire list in LaTeX, like: \begin{enumerate} \item My first option \item My second option some difficult latex here \item <--- Should be my third option, but Org-mode resets the list counter here... \end{enumerate} Hmmm, this should work, but it does not. What should be the case is that entire LaTeX environments should be exported totally unchanged........ There was a bug, fixed in 6.18a. - Carsten On Jan 21, 2009, at 8:35 AM, Joao Pedro Pedroso wrote: > Hello, > > I am a happy new user of Org-mode version 6.17trans. > When processing lists in this mode, it seems that Org-mode gets > trapped if in the list there is some quoted latex texts, as in: > > 1. My first option > > 2. My second option > #+BEGIN_LaTeX > some difficult latex here > #+END_LaTeX > > 1. <--- Should be my third option, but Org-mode resets the list > counter here... > > Any comments on this? > Thank you, > > Pedro > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode