* How to match items with tags and special todo keyword
@ 2010-10-26 15:23 bar tomas
2010-10-27 1:10 ` Bernt Hansen
2010-10-27 1:14 ` Juan Pechiar
0 siblings, 2 replies; 4+ messages in thread
From: bar tomas @ 2010-10-26 15:23 UTC (permalink / raw)
To: Org Mode List
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)
Many thanks for any help
Tomas Bar
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to match items with tags and special todo keyword
2010-10-26 15:23 How to match items with tags and special todo keyword bar tomas
@ 2010-10-27 1:10 ` Bernt Hansen
2010-10-27 1:14 ` Juan Pechiar
1 sibling, 0 replies; 4+ messages in thread
From: Bernt Hansen @ 2010-10-27 1:10 UTC (permalink / raw)
To: bar tomas; +Cc: Org Mode List
bar tomas <bartomas@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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to match items with tags and special todo keyword
2010-10-26 15:23 How to match items with tags and special todo keyword bar tomas
2010-10-27 1:10 ` Bernt Hansen
@ 2010-10-27 1:14 ` Juan Pechiar
2010-10-27 15:36 ` bar tomas
1 sibling, 1 reply; 4+ messages in thread
From: Juan Pechiar @ 2010-10-27 1:14 UTC (permalink / raw)
To: bar tomas; +Cc: Org Mode List
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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to match items with tags and special todo keyword
2010-10-27 1:14 ` Juan Pechiar
@ 2010-10-27 15:36 ` bar tomas
0 siblings, 0 replies; 4+ messages in thread
From: bar tomas @ 2010-10-27 15:36 UTC (permalink / raw)
To: Org Mode List
Thanks for all replies! Works great.
On Wed, Oct 27, 2010 at 2:14 AM, Juan Pechiar <juan@pechiar.com> wrote:
> 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)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-27 15:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-26 15:23 How to match items with tags and special todo keyword bar tomas
2010-10-27 1:10 ` Bernt Hansen
2010-10-27 1:14 ` Juan Pechiar
2010-10-27 15:36 ` bar tomas
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).