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