From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?b?UmVuw6k=?= Subject: Re: How to add comments in a plain list Date: Tue, 22 Sep 2009 18:30:05 +0000 (UTC) Message-ID: 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> <874oqv9dsi.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqA8S-0001rv-Ai for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 14:30:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqA8O-0001rS-U7 for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 14:30:44 -0400 Received: from [199.232.76.173] (port=54871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqA8O-0001rK-Pl for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 14:30:40 -0400 Received: from lo.gmane.org ([80.91.229.12]:34824) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MqA8L-0000Oe-MT for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 14:30:39 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MqA8I-00036p-Kk for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 20:30:34 +0200 Received: from vaf26-3-88-162-208-155.fbx.proxad.net ([88.162.208.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2009 20:30:34 +0200 Received: from jlr_0 by vaf26-3-88-162-208-155.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2009 20:30:34 +0200 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: emacs-orgmode@gnu.org Eric S Fraga ucl.ac.uk> writes: > 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 :) Unfortunately, in this case Emacs doesn't fontify those lines as if they were comments.