From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to add comments in a plain list Date: Tue, 22 Sep 2009 00:16:14 -0400 Message-ID: <87r5tzhawh.fsf@gollum.intra.norang.ca> References: 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 1Mpwnf-0006js-QH for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 00:16:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpwnb-0006cG-KK for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 00:16:23 -0400 Received: from [199.232.76.173] (port=53914 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpwnb-0006cD-GI for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 00:16:19 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:58326) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mpwnb-0007D7-6b for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 00:16:19 -0400 In-Reply-To: (=?utf-8?Q?=22Ren?= =?utf-8?Q?=C3=A9=22's?= message of "Tue\, 22 Sep 2009 02\:37\:09 +0000 \(UTC\)") 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: =?utf-8?Q?Ren=C3=A9?= Cc: emacs-orgmode@gnu.org Ren=C3=A9 writes: > Is there a way to insert comments in a plain list without breaking it int= o two > distinct lists? > > Such a list: > > 1. first > 2. second > # comment about second item > 3. third > 4. fourth > > is actually considered as > > 1. first > 2. second > # comment about second item > 1. third > 2. fourth You can ident the comment like this 1. first 2. second # comment about second item 3. third 4. fourth -Bernt