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 16:53:17 +0100 Message-ID: <874oqv9dsi.wl%ucecesf@ucl.ac.uk> 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> <877hvrgjdq.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=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq7gK-0001R4-Cs for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:53:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq7gF-0001OX-Ly for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:53:31 -0400 Received: from [199.232.76.173] (port=43934 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq7gF-0001OM-HE for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:53:27 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:54033) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mq7gE-0005tu-Vg for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:53:27 -0400 In-Reply-To: <877hvrgjdq.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 10:10:41 -0400, Bernt Hansen wrote: > 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 Ah ha! Of the four combinations (# versus #+ and column 0 or not), this one works perfectly! Thanks.