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: Wed, 10 Jan 2007 11:22:45 -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 1H4gEI-0000FK-NT for emacs-orgmode@gnu.org; Wed, 10 Jan 2007 11:23:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4gEF-0000EA-W8 for emacs-orgmode@gnu.org; Wed, 10 Jan 2007 11:23:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4gEF-0000E6-Sk for emacs-orgmode@gnu.org; Wed, 10 Jan 2007 11:23:07 -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 1H4gEF-0003EL-GW for emacs-orgmode@gnu.org; Wed, 10 Jan 2007 11:23:07 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H4gE4-0004Hd-VO for emacs-orgmode@gnu.org; Wed, 10 Jan 2007 17:22:56 +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 ; Wed, 10 Jan 2007 17:22:56 +0100 Received: from david by 10-169.35-65.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jan 2007 17:22:56 +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 Carsten Dominik writes: > This was already described earlier today. > > For the time being, > > (add-hook 'org-mode-hook (lambda () (setq comment-start nil))) > > should fix this, the next version will have this fixed. > > - Carsten > > On Jan 9, 2007, at 21:42, J. David Boyd wrote: > >> 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 Yes, that works perfectly, thank you! Dave