Smart list for no tag or list?
mikebeee says:
I would like to create a smart list for any tasks that do not have a tag, or are not assigned to a list. Is that possible?
andrewski (Remember The Milk) says:
Hi mbock,
You can search for isTagged:false to find tasks without a tag.
Each task would be in one list or another, but if you don't manually assign a list it would be in your Inbox (or other default list if you've changed that).
Putting those together you could do something like:
isTagged:false OR list:Inbox
Hope this helps, but let me know if you're looking for anything different!
You can search for isTagged:false to find tasks without a tag.
Each task would be in one list or another, but if you don't manually assign a list it would be in your Inbox (or other default list if you've changed that).
Putting those together you could do something like:
isTagged:false OR list:Inbox
Hope this helps, but let me know if you're looking for anything different!