On 26.9.2013, at 05:50, Noorul Islam K M wrote: > > Hello all, > > I use Bernt Hansen's custom Agenda view. Here is a snippet from that > > (tags-todo "-CANCELLED/+WAITING/!" There should be no slash before the +WAITING. It is also not present in Bernt's text. Does that fix it? - Carsten > ((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 >