From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [bug] Latex export of lists (was Re: Problem with BEGIN_SRC export-as-latex and FORTRAN code) Date: Tue, 21 Jun 2011 16:26:31 +0100 Message-ID: <87aadbyzmg.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ3ol-0004Vv-S6 for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 12:28:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ3ok-0001R1-7y for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 12:28:47 -0400 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:64475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ3oj-0001QX-O4 for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 12:28:45 -0400 In-Reply-To: (Nick Papior Andersen's message of "Tue, 21 Jun 2011 15:33:40 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Papior Andersen Cc: emacs-orgmode@gnu.org Nick Papior Andersen writes: > Hi all > > I have attached a sample which produces a wrong output in my org-mode > installation. Both the output TeX file and the org file are attached. > > The wrong doing happens when i do "org-export-as-latex". The output tex file > has removed a certain string length (i counted 23) and inserted some from > the code below as a description in the item field (which it shouldn't do as > we are in an enumerate environment). The problem you describe does not exist in the current git head so I recommend you try upgrading again. Maybe explain what problems you had with 7.5? In any case, using the same example file you posted, I see a different problem when I export to latex. Here is a snippet of the resulting latex: ,---- | \section{Test} | \label{sec-1} | | | \begin{enumerate} | \item Try and use \verb=org-export-as-latex=, it will produce error segment. | \end{enumerate} | \lstset{language=C} | \begin{lstlisting} | MODULE m_global_precision | IMPLICIT NONE | INTEGER, PARAMETER :: SP = SELECTED_REAL_KIND(6,30) | END MODULE m_global_precision | \end{lstlisting} | | ORG-LIST-END-MARKER | \section{Test2} `---- *Note* the =ORG-LIST-END-MARKER=. Finally, why not specify language=Fortran? -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.414.g56de5)