Re: [Orgmode] Case-sensitivity in regular expressions and sparse trees for tags

2008-09-19 Thread Carsten Dominik
On Sep 18, 2008, at 5:43 PM, Carsten Dominik wrote: Hi Chris, On Sep 17, 2008, at 9:38 PM, Chris Randle wrote: Hi Gerrit Forgive me if I've misunderstood regular expressions in Emacs or Org-mode in some fundamental way! I have some tags which begin CD followed by a number. For example *

Re: [Orgmode] DONE in Org-Agenda mode has org-todo face

2008-09-19 Thread Carsten Dominik
Hi Christoph, do you have something like #+TODO: TODO DONE | CANCELED in your buffer? - Carsten On Sep 18, 2008, at 10:03 PM, Christoph Groth wrote: Dear list, Yesterday I discovered org-mode and I like it very much. I'm using the version which comes with Debian Testing (8.05). When

[Orgmode] Re: DONE in Org-Agenda mode has org-todo face

2008-09-19 Thread Christoph Groth
Hi Carsten, do you have something like #+TODO: TODO DONE | CANCELED in your buffer? No, I just did the following to test again: (1) Created a file `test.org': * DONE something! SCHEDULED: 2008-09-19 Fri (2) Started emacs with 'emacs -q' to ignore my own configuration. (3) Opened

Re: [Orgmode] Re: DONE in Org-Agenda mode has org-todo face

2008-09-19 Thread Carsten Dominik
Hi Christoph, I now understand better what you mean. This is a bug in Org. I am fixing it for 6.07a. - Carsten On Sep 19, 2008, at 9:44 AM, Christoph Groth wrote: Hi Carsten, do you have something like #+TODO: TODO DONE | CANCELED in your buffer? No, I just did the following to

Re: [Orgmode] [PATCH] Better documentation for org-agenda-fontify-priorities

2008-09-19 Thread Carsten Dominik
I am taking this patch, thank you very much. - Carsten On Sep 19, 2008, at 9:47 AM, Rafael Laboissiere wrote: [I hope this is the appropriate mailing list for submitting patches] First of all, thanks for your wonderful work in developing and maintaining org-mode. I recently tried to

[Orgmode] Re: BUG - RELEASE: Org-mode version 6.07

2008-09-19 Thread Carsten Dominik
Hi Bernt, I have reverted the change. In fact, I had expected that it would slow down things, but I did not realize it would be this bad, which is not acceptable. So until we find a better solution, I am going back. Sorry, Tseng. - Carsten On Sep 19, 2008, at 3:20 PM, Bernt Hansen

[Orgmode] BUG - Can not refile to the last task

2008-09-19 Thread Bernt Hansen
Hi Carsten, I found another one... but this was broken in 6.06b as well I can't refile a task to the last task in the file unless another task follows it. I normally refile to level 1 entries. If you have a file like this , | * First Task | ** Refile me | * Other stuff | * Last Task `

[Orgmode] Re: BUG - RELEASE: Org-mode version 6.07

2008-09-19 Thread S . P . Tseng
Carsten Dominik [EMAIL PROTECTED] writes: Hi Bernt, I have reverted the change. In fact, I had expected that it would slow down things, but I did not realize it would be this bad, which is not acceptable. So until we find a better solution, I am going back. Sorry, Tseng. That's ok.

[Orgmode] Re: BUG - Can not refile to the last task

2008-09-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Sep 19, 2008, at 10:17 PM, Bernt Hansen wrote: Hi Carsten, I found another one... but this was broken in 6.06b as well I can't refile a task to the last task in the file unless another task follows it. I normally refile to level 1 entries. If you have a file