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 11:32:24 +0000 (UTC) Message-ID: References: <87r5tzhawh.fsf@gollum.intra.norang.ca> 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 1Mq3cD-0007LE-4T for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 07:33:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq3c4-0007Kg-TG for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 07:32:57 -0400 Received: from [199.232.76.173] (port=35481 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq3c2-0007KV-Kl for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 07:32:50 -0400 Received: from lo.gmane.org ([80.91.229.12]:60584) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mq3c2-0006ku-55 for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 07:32:50 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mq3bx-0005gN-Rf for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:32:45 +0200 Received: from inpgse64.inpg.fr ([195.83.75.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2009 13:32:45 +0200 Received: from jlr_0 by inpgse64.inpg.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2009 13:32:45 +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 Bernt Hansen norang.ca> writes: > You can ident the comment like this > > 1. first > 2. second > > # comment about second item > > 3. third > 4. fourth Unfortunately in this case your comment gets exported since the `#' is indented. Of course one doesn't want the comments to appear in the html version of the document. Is there a way to easily solve this issue?