From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: How to add comments in a plain list Date: Tue, 22 Sep 2009 14:20:16 +0100 Message-ID: <87d45j9kvj.wl%ucecesf@ucl.ac.uk> References: <87r5tzhawh.fsf@gollum.intra.norang.ca> <87my4n9qfp.wl%ucecesf@ucl.ac.uk> <87my4ngn0i.fsf@gollum.intra.norang.ca> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") 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 1Mq5IL-0004Lq-E6 for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 09:20:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq5IG-0004IO-Tt for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 09:20:37 -0400 Received: from [199.232.76.173] (port=40470 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq5IG-0004I4-JE for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 09:20:32 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:53080) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mq5IF-0007wq-AW for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 09:20:31 -0400 In-Reply-To: <87my4ngn0i.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org, =?UTF-8?B?UmVuw6k=?= 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? thanks, eric