Bernt Hansen writes:
> You probably want something like this
>
> C-c a M tag1|tag2/!TODO
>
> ("x" "Todo tasks for tag1 or tag2" tags-todo "tag1|tag2/!TODO")
>((org-agenda-overriding-header "Todo tasks for tag1 or tag2")))
Thanks, Bernt! Forgot about this one.
There is more than
Bernt, Matt -
2011/4/26 Bernt Hansen :
> Just use a tags-todo filter and list both.
>
> ("n" "Next and Started tasks" tags-todo "-WAITING-CANCELLED/!NEXT|STARTED"
> ((org-agenda-overriding-header "Next Tasks")))
Thanks! Apparently all I had to do is to add "/!TODO" to my custom
sear
Laurynas Biveinis writes:
> I want to create a custom agenda view that filters by both TODO state
> and tags, i.e. a combination of todo and tags-todo search types. I
> have tried creating custom search action
> ((org-agenda-todo "TODO") (org-agenda-filter "tag1|tag2")) but failed.
The easiest w
Laurynas Biveinis writes:
> Hi everybody -
>
> I want to create a custom agenda view that filters by both TODO state
> and tags, i.e. a combination of todo and tags-todo search types. I
> have tried creating custom search action
> ((org-agenda-todo "TODO") (org-agenda-filter "tag1|tag2")) but fai
Hi everybody -
I want to create a custom agenda view that filters by both TODO state
and tags, i.e. a combination of todo and tags-todo search types. I
have tried creating custom search action
((org-agenda-todo "TODO") (org-agenda-filter "tag1|tag2")) but failed.
Any pointers?
Thanks,
--
Lauryna