From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?b?UmVuw6k=?= Subject: How to add comments in a plain list Date: Tue, 22 Sep 2009 02:37:09 +0000 (UTC) Message-ID: 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 1MpvIR-0004Sh-CN for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 22:40:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpvIN-0004SK-Cv for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 22:40:03 -0400 Received: from [199.232.76.173] (port=48241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpvIN-0004SG-6Y for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 22:39:59 -0400 Received: from lo.gmane.org ([80.91.229.12]:59784) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MpvIM-0006FF-Mj for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 22:39:59 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MpvHf-0008Cl-Ao for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 04:39:15 +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 04:39:15 +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 04:39:15 +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 Is there a way to insert comments in a plain list without breaking it into 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