Hello all,

I use Bernt Hansen's custom Agenda view. Here is a snippet from that

                (tags-todo "-CANCELLED/+WAITING/!"
                           ((org-agenda-overriding-header "Waiting and Postponed
Tasks")
                            (org-agenda-skip-function 'bh/skip-stuck-projects)
                            (org-tags-match-list-sublevels nil)
                            (org-agenda-todo-ignore-scheduled 'future)
                            (org-agenda-todo-ignore-deadlines 'future)))

This stopped working with current master. I nailed down the commit
(3e99e9298c534f19bd19f37c196b0850e2c99ca0) which is affecting the
original behavior. With this commit it lists all my todo items under
this heading.

Thanks and Regards
Noorul

Reply via email to