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 10:10:41 -0400 Message-ID: <877hvrgjdq.fsf@gollum.intra.norang.ca> References: <87r5tzhawh.fsf@gollum.intra.norang.ca> <87my4n9qfp.wl%ucecesf@ucl.ac.uk> <87my4ngn0i.fsf@gollum.intra.norang.ca> <87d45j9kvj.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 1Mq64w-0008Le-5x for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 10:10:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq64s-0008LS-HU for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 10:10:49 -0400 Received: from [199.232.76.173] (port=52704 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq64s-0008LP-EB for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 10:10:46 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59506) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mq64s-0003S9-3Y for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 10:10:46 -0400 In-Reply-To: <87d45j9kvj.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Tue\, 22 Sep 2009 14\:20\:16 +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 08:52:13 -0400, Bernt Hansen wrote: >> If you're actually trying to make the comment not export this seems to >> work for me >>=20 >> 1. first >> 2. second >> #+ comment about second item >> 3. third >> 4. fourth >>=20 >> -Bernt > > and in fact it works without the + sign and that's what I was using > initial, as was the OP (Ren=C3=A9 I guess). however, we're going around = in > circles here because comments at column 0 cause org-mode to consider > the next item to start a new list so your fourth item (if you hit C-c > C-c on it) will be renumbered to 1, as indicated by the OP! > > Basically, we wish to have comments which don't interrupt the list > numbering *and* are not exported either. Is this possible? At column 0 - probably not. 1. first 2. second #+ comment about second item #+ Another comment goes here 3. third 4. fourth The #+ comment probably isn't officially supported either... it just happens to work. Sorry about the run-around :) -Bernt