From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao Pedro Pedroso Subject: lists and quoted latex Date: Wed, 21 Jan 2009 16:35:01 +0900 (JST) Message-ID: <20090121.163501.73661390.jpp@fc.up.pt> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPXcM-0003Rn-4w for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 02:35:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPXcI-0003PE-Qp for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 02:35:17 -0500 Received: from [199.232.76.173] (port=39224 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPXcI-0003P5-KA for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 02:35:14 -0500 Received: from ti-out-0910.google.com ([209.85.142.186]:35885) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPXcI-0004Fd-7b for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 02:35:14 -0500 Received: by ti-out-0910.google.com with SMTP id u5so2835279tia.10 for ; Tue, 20 Jan 2009 23:35:11 -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@gnu.org 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