emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Filtering the global todo list in a custom agenda


From: PT
Subject: [Orgmode] Re: Filtering the global todo list in a custom agenda
Date: Wed, 30 Sep 2009 18:20:35 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Carsten Dominik <carsten.dominik <at> gmail.com> writes:

> >
> 
> The todo agenda is not very good in matching.  Better to use the tags- 
> todo view, but specify no tags, onlt a todo match after the slash:
> 
> (setq org-agenda-custom-commands
>       '(("h" "Agenda and todo"
>          ((agenda "")
>           (tags-todo "/-test")))))

The problem with tags-todo it also shows the TODO items with active 
timestamps, but I don't want them there (they show up in the agenda
block), that's why I have org-agenda-todo-ignore-with-date set to t.

And that's why I tried to filter alltodo, because tags-todo ignores 
this setting. :(






reply via email to

[Prev in Thread] Current Thread [Next in Thread]