From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Hash mark in filled paragraphs Date: Wed, 02 Jun 2010 21:09:27 +0200 Message-ID: <87d3w95k0o.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35523 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJtJu-00068d-Ua for emacs-orgmode@gnu.org; Wed, 02 Jun 2010 15:09:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJtJp-0005pI-HU for emacs-orgmode@gnu.org; Wed, 02 Jun 2010 15:09:42 -0400 Received: from mail.gmx.net ([213.165.64.20]:46029) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OJtJp-0005oy-2w for emacs-orgmode@gnu.org; Wed, 02 Jun 2010 15:09:37 -0400 In-Reply-To: (Joel James Adamson's message of "Wed, 02 Jun 2010 12:20:37 -0400") 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: Joel James Adamson Cc: emacs-orgmode@gnu.org Joel James Adamson writes: > Hello, > > When I fill a paragraph in a plain list, I get a hash mark at the > beginning of the new line e.g. > > * Do stuff > - stuff should be done in such a manner as to maximize stuff getting > #done being done whenever there is stuff to be done > > Where did this come from? This is not a fill-prefix, as I can cancel > the fill-prefix, and this still happens (and fill-prefix is already > nil). Did I enable this by mistake? http://orgmode.org/worg/org-faq.php#auto-fill-and-unwanted-comments says: "Make sure that the variable comment-start is nil." Have you've set it accidentally/deliberately? Sebastian