[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] How to match items with tags and special todo keyword
From: |
Juan Pechiar |
Subject: |
Re: [Orgmode] How to match items with tags and special todo keyword |
Date: |
Tue, 26 Oct 2010 23:14:14 -0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi Bar,
You should use C-c a m, and use a search string of the form
mytag+TODO="WAITING"
This matches for a specific TODO state (for example, WAITING).
Check the corresponding manual section here:
http://orgmode.org/manual/Matching-tags-and-properties.html#Matching-tags-and-properties
BR
.j.
On Tue, Oct 26, 2010 at 04:23:50PM +0100, bar tomas wrote:
> 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)