From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: How to add comments in a plain list Date: Tue, 22 Sep 2009 08:52:13 -0400 Message-ID: <87my4ngn0i.fsf@gollum.intra.norang.ca> References: <87r5tzhawh.fsf@gollum.intra.norang.ca> <87my4n9qfp.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq4r0-0007Au-VH for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 08:52:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq4qx-00079f-61 for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 08:52:22 -0400 Received: from [199.232.76.173] (port=34973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq4qw-00079c-S7 for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 08:52:18 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:61636) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mq4qw-0000uX-GF for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 08:52:18 -0400 In-Reply-To: <87my4n9qfp.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Tue\, 22 Sep 2009 12\:20\:10 +0100") 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: Eric S Fraga Cc: emacs-orgmode@gnu.org, =?utf-8?Q?Ren=C3=A9?= Eric S Fraga writes: > At Tue, 22 Sep 2009 00:16:14 -0400, Bernt Hansen wrote: >> Ren=C3=A9 writes: >> > Is there a way to insert comments in a plain list without breaking it = into two >> > distinct lists? > > I've run into exactly this problem in the past few days, preparing a > document, intended for export to a variety of formats, containing a > number of enumerated lists. > >> You can ident the comment like this >>=20 >> 1. first >> 2. second >>=20 >> # comment about second item >>=20 >> 3. third >> 4. fourth >>=20 >> -Bernt > > I had already tried this but the export breaks. At least for me, > indented comments come out in ascii, latex and html exports. Is there > an option that turns off that behaviour? I haven't seen one... If you're actually trying to make the comment not export this seems to work for me 1. first 2. second #+ comment about second item 3. third 4. fourth -Bernt