[Orgmode] Re: a '#' at the beginning of my text lines.

2007-01-10 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> 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

[Orgmode] Re: a '#' at the beginning of my text lines.

2007-01-09 Thread Kai Großjohann
[EMAIL PROTECTED] (J. David Boyd) writes: > I'll have to dig in to this, because I _like_ auto-fill-mode, but I > _don't_ like the '#'. Auto fill mode has a "fill prefix" which is prefixed to every line when auto filling happens. (The fill prefix is also used for filling, e.g. via M-q.) There i

Re: [Orgmode] Re: a '#' at the beginning of my text lines.

2007-01-09 Thread Carsten Dominik
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: [EMAIL PROTECTED] (J. David Boyd) writes: I like

[Orgmode] Re: a '#' at the beginning of my text lines.

2007-01-09 Thread J. David Boyd
[EMAIL PROTECTED] (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 yadd