From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] Latex export of lists (was Re: Problem with BEGIN_SRC export-as-latex and FORTRAN code) Date: Wed, 22 Jun 2011 14:49:24 +0200 Message-ID: <87mxhaqbe3.fsf@gmail.com> References: <87aadbyzmg.fsf@ucl.ac.uk> <87aadb5a8f.fsf@ucl.ac.uk> <87r56mrip6.fsf@gmail.com> <871uymfe7v.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZMs7-0001hz-2j for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 08:49:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZMs5-0006u5-KK for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 08:49:30 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZMs5-0006tz-6g for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 08:49:29 -0400 Received: by wwf22 with SMTP id 22so630421wwf.30 for ; Wed, 22 Jun 2011 05:49:28 -0700 (PDT) In-Reply-To: <871uymfe7v.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 22 Jun 2011 09:43:48 +0100") 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 Eric S Fraga writes: > It does look okay but that's not what I get; same input, I get: > > > \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 > > \end{document} > > > I guess I have some variable set that you do not or vice versa. For > instance, I have org-list-end-marker set to 'both. Are there any > variable settings you need to know to figure out why my behaviour is > different? I'm at git head. I've tried with a minimal setup, and I still get the correct export. If you confirm this, we have two options left: either you bisect your config until you get the offending variable, or you send me that config so I can do the same. Note that variable may even be unrelated to Org. Regards, -- Nicolas Goaziou