Jakob Lombacher <kont...@lombacher.net> writes:

> I'd like to make a TODO list, filtered by TAGS. This is working so
> far, but now I also want to filter the scheduled TODOs.
>
> I thought  something like that should do it, but it doesn't:
>
> ("1" "asdf"  tags-todo  "HOME" ((org-agenda-todo-ignore-scheduled 'all)
>
> (org-agenda-todo-ignore-with-date 'all)))
>
> Has anybody an idea how to do it?

Hi Jakob,

You probably want to also set this variable

org-agenda-tags-todo-honor-ignore-options

I just set that globally with 

(setq org-agenda-tags-todo-honor-ignore-options t)

Regards,
Bernt

Reply via email to