From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: a '#' at the beginning of my text lines. Date: Tue, 09 Jan 2007 15:42:43 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4Nob-00037Y-Ut for emacs-orgmode@gnu.org; Tue, 09 Jan 2007 15:43:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4Nob-00036W-E2 for emacs-orgmode@gnu.org; Tue, 09 Jan 2007 15:43:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4Noa-00036K-TL for emacs-orgmode@gnu.org; Tue, 09 Jan 2007 15:43:25 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H4Noa-00073l-9H for emacs-orgmode@gnu.org; Tue, 09 Jan 2007 15:43:24 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H4NoL-0005bk-ET for emacs-orgmode@gnu.org; Tue, 09 Jan 2007 21:43:09 +0100 Received: from 10-169.35-65.tampabay.res.rr.com ([65.35.169.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jan 2007 21:43:09 +0100 Received: from david by 10-169.35-65.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jan 2007 21:43:09 +0100 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 david@adboyd.com (J. David Boyd) writes: > I like to put notes in my TODO items, like > > *** TODO yadda yadda yadda > [CLOCK thing] > > The purpose of this note is to > figure out what I should do with > the whatever, whenever. > > > However, now I am getting: > > *** TODO yadda yadda yadda > [CLOCK thing] > > The purpose of this note is to > #figure out what I should do with > #the whatever, whenever. > > > > Where did the '#' characters come from, and how do I turn them off? > > Dave Hmm, it has something to do with turning on 'auto-fill-mode'. If auto-fill-mode is off, I don't see these. I'll have to dig in to this, because I _like_ auto-fill-mode, but I _don't_ like the '#'. Dave