Re: [Emacs-orgmode] todo and deadline highlighting

2006-06-20 Thread Carsten Dominik
This looks like it is doing the right thing. - Carsten On Jun 19, 2006, at 22:09, Piotr Zielinski wrote: On 12/06/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Jun 8, 2006, at 1:34, Piotr Zielinski wrote: > The following two functions redefine org-show-todo-tree, so that TODO > items

Re: [Emacs-orgmode] todo and deadline highlighting

2006-06-19 Thread Piotr Zielinski
On 12/06/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Jun 8, 2006, at 1:34, Piotr Zielinski wrote: > The following two functions redefine org-show-todo-tree, so that TODO > items SCHEDULED for the future are not highlighted. Only > non-scheduled TODO items or TODO items scheduled for the

Re: [Emacs-orgmode] todo and deadline highlighting

2006-06-12 Thread Carsten Dominik
Hi Piotr, On Jun 8, 2006, at 1:34, Piotr Zielinski wrote: It would be nice to be able to tell the org-occur function not to remove existing highlights in a less hacky way. In the next version, you can warp your call into (let *(org-inhibit-highlight-removal t)) .. Another sug