From mboxrd@z Thu Jan 1 00:00:00 1970 From: flaviostz@gmail.com (=?utf-8?Q?Fl=C3=A1vio?= de Souza) Subject: Latex enumerate item problem Date: Fri, 06 Feb 2009 22:18:46 -0200 Message-ID: <87prhvksk9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVauY-0006wG-TY for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 19:19:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVauX-0006ud-0z for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 19:19:06 -0500 Received: from [199.232.76.173] (port=46212 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVauW-0006uQ-Pr for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 19:19:04 -0500 Received: from main.gmane.org ([80.91.229.2]:36550 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVauW-00018v-G5 for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 19:19:04 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LVauQ-000631-H0 for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 00:18:59 +0000 Received: from 201-92-28-130.dsl.telesp.net.br ([201.92.28.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Feb 2009 00:18:58 +0000 Received: from flaviostz by 201-92-28-130.dsl.telesp.net.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Feb 2009 00:18:58 +0000 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 I think I found a problem when exporting to Latex. If my org file is like this: * Blablablbalbala 1) Blablablbalbala 2) Blablablbalbala #+BEGIN_EXAMPLE sudo apt-get install openoffice.org-java-common #+END_EXAMPLE 3) Blablablbalbala 4) Blablablbalbala 5) Blablablbalbala When I export to latex I got two enumerated lists instead of only one. See how the code will look: \begin{enumerate} \item Blablablbalbala \item Blablablbalbala \end{enumerate} \begin{verbatim} sudo apt-get install openoffice.org-java-common \end{verbatim} \begin{enumerate} \item Blablablbalbala \item Blablablbalbala \item Blablablbalbala \end{enumerate} Then I need to fix it by deleting the \end and \begin that apperead in the wrong lines. Regards, -- Flávio de Souza flaviostz@gmail.com