Re: [Orgmode] Bug: lines are commented when they shouldn't

2007-01-09 Thread Carsten Dominik
This is caused by my setting of `comment-start' to "#" in order to allow the command `comment-region' to work, which was a recent request. However, as you point out, this causes some strange interaction with word-wrapping. Until I understand this, I will remove the setting of comment-start again

[Orgmode] Re: Bug: lines are commented when they shouldn't

2007-01-09 Thread Leo
* Bastien (2007-01-09 08:18 +0100) said: ^^^ > Hi Carsten, > > ===%<= > #+TITLE: Title example > > * First header > > Try to edit this line. Auto-filling does comment each line after this > #one (<- like this). This bug does not

Re: [Orgmode] Re: Bug: lines are commented when they shouldn't

2007-01-09 Thread Carsten Dominik
No, you misunderstand. #+TITLE is a comment, but it ends at the end of line. Empty lines and an outline header produces should be enough separation to make sure that the line "Try..." should not be seen as a comment. But the leading "#" is inserted nonetheless when the line autowraps. - Carste

[Orgmode] Re: Bug: lines are commented when they shouldn't

2007-01-09 Thread Leo
* Carsten Dominik (2007-01-09 16:46 +0100) said: ^^^ > No, you misunderstand. > > #+TITLE is a comment, but it ends at the end of line. Empty lines > and an outline header produces should be enough separation to make > sure that the line "Try..." should not be seen as a comment. But

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

2007-01-09 Thread J. David Boyd
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

[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

Re: [Orgmode] Org-Mode to handle appointments ?

2007-01-09 Thread Piotr Zielinski
On 09/01/07, Tim O'Callaghan <[EMAIL PROTECTED]> wrote: On 09/01/07, Piotr Zielinski <[EMAIL PROTECTED]> wrote: > > Personally, I use org-mode for personal planning (todos, deadlines, > etc), but for appointments I use calendar programs (Google Calendar in > my case). [...] I think I have posted

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 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