From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: How to add comments in a plain list Date: Thu, 24 Sep 2009 10:27:57 +0100 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 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqkcQ-0005mG-O6 for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 05:28:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqkcM-0005lD-Rh for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 05:28:06 -0400 Received: from [199.232.76.173] (port=37493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqkcM-0005l6-Kj for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 05:28:02 -0400 Received: from mail-bw0-f220.google.com ([209.85.218.220]:40771) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqkcM-0007Zg-91 for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 05:28:02 -0400 Received: by bwz20 with SMTP id 20so1240654bwz.42 for ; Thu, 24 Sep 2009 02:28:01 -0700 (PDT) In-Reply-To: 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: =?ISO-8859-1?Q?Ren=E9?= Cc: emacs-orgmode@gnu.org On Sep 22, 2009, at 7:30 PM, Ren=E9 wrote: > 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 =20= > they were > comments. It does now. - Carsten