bar tomas <barto...@gmail.com> writes:

> Hi,
> I like to create an agenda view of all items that have a specific tag
> and also a specific TODO keyword.
> I've tried with
>
> C-c a M
>
> but this retrieves all TODO items that are not DONE but I would like
> to match only a specific TODO keyword (I've defined my own TODO
> categories with +SEQ_TODO)

Try 

C-c a m TAG/!TODOKW RET

where TAG is the tag you want to match and TODOKW is the todo keyword
you want.

ie.

C-c a m misc/!NEXT RET

to find all tasks with a tag 'misc' and a todo keyword of NEXT.

HTH,
Bernt

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to