From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [bug] Latex export of lists (was Re: Problem with BEGIN_SRC export-as-latex and FORTRAN code) Date: Wed, 22 Jun 2011 19:09:05 +0100 Message-ID: <87vcvxpwla.fsf@ucl.ac.uk> References: <87aadbyzmg.fsf@ucl.ac.uk> <87aadb5a8f.fsf@ucl.ac.uk> <87r56mrip6.fsf@gmail.com> <871uymfe7v.fsf@ucl.ac.uk> <87mxhaqbe3.fsf@gmail.com> <8739j2uh43.fsf@ucl.ac.uk> <11087.1308753236@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZRrf-0001IU-Sc for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 14:09:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZRrc-0007yV-SD for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 14:09:23 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:41289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZRrc-0007we-GX for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 14:09:20 -0400 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Nick Dokos writes: > Eric S Fraga wrote: > >> Nicolas Goaziou writes: >> >> [...] >> >> > 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. >> >> I can confirm that it works fine with minimal setup. Definitely >> something wrong with my config. >> >> > Note that variable may even be unrelated to Org. >> >> Yes; I've found some strange behaviour that may be related to emacs >> 24.0.50.1 which I will follow up on in a different thread; for >> completeness, what version of Emacs are you using? >> > > I don't even have the variable (org-list-end-marker) defined at all. > Where is it defined? The only ones my emacs finds with that prefix are > > ,---- > | Possible completions are: > | org-list-end-re > | org-list-end-regexp > | org-list-ending-method > `---- Apologies but that was my auto-completion completing on the wrong term! ooops. I have the same three org-list-end* variables as you. I've gone through my whole config and have tracked down the problem: : (setq org-src-preserve-indentation t) if I have this line present, the latex export doesn't work; if I remove this line, the export works as it should. This would appear to be a bug in the exporter? thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.418.ge860.dirty)