Need a smart list that excludes awaiting tasks
kabads says:
I have a next actions list that I want to exclude awaiting from. I've come up with the following:
list:"Next Actions" AND NOT tag:awaiting OR title:"awaiting"
but I still get items with awaiting in the title.
Any suggestions how to fix this?
list:"Next Actions" AND NOT tag:awaiting OR title:"awaiting"
but I still get items with awaiting in the title.
Any suggestions how to fix this?
pachela says:
I think name:"awaiting" (instead of title;) will do what you want. Hope that helps.