Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Matt Lundin
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

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Laurynas Biveinis
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

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Matt Lundin
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

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Bernt Hansen
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

[O] Custom agenda view by TODO state and tag

2011-04-25 Thread Laurynas Biveinis
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