From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Comments break lists when exporting to TeX Date: Wed, 23 May 2012 14:21:01 +0200 Message-ID: <871umbcclu.fsf@gmail.com> References: <87likkw3hh.fsf@schoepe.localhost> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXAbp-0002tE-P1 for emacs-orgmode@gnu.org; Wed, 23 May 2012 08:24:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXAbj-0005pN-CL for emacs-orgmode@gnu.org; Wed, 23 May 2012 08:24:09 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:48908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXAbj-0005ok-4J for emacs-orgmode@gnu.org; Wed, 23 May 2012 08:24:03 -0400 Received: by wgbds1 with SMTP id ds1so5294327wgb.30 for ; Wed, 23 May 2012 05:24:00 -0700 (PDT) In-Reply-To: <87likkw3hh.fsf@schoepe.localhost> (Daniel Schoepe's message of "Tue, 22 May 2012 19:05:30 +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: Daniel Schoepe Cc: emacs-orgmode@gnu.org Hello, Daniel Schoepe writes: > while trying to include a source file in a list element via #+INCLUDE, I > discovered the following behavior: A comment between two list elements breaks > the list into two lists when exporting. For example: > > * Test > - This is a list element. > # This isn't. > - This is another list element. At the moment you insert text at column 0, the list ends. You can use inline comments (i.e. #+ This isn't) instead. > I think it makes sense for comments to have no effect on this (i.e. it > should behave the same during export as if it wasn't there), so I > consider this a bug. I do not. Export is consistent with in-buffer behaviour. You have created two lists here, not one, and it has nothing to do with export. Regards, -- Nicolas Goaziou