emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] How to produce an agenda that filters on both todo keyword and


From: Parker, Matthew
Subject: [Orgmode] How to produce an agenda that filters on both todo keyword and tag?
Date: Wed, 23 Jul 2008 17:25:35 -0400

Hi,

 

I’ve read through the manual and maybe missed it but how does one

produce an agenda that filters on both a certain todo keyword and a certain tag?

 

Here’s the scenario:

 

1. Given a file setup w/ these TODO sequence keywords and tags

#+SEQ_TODO:      TODO WAITING DONE

#+TAGS:          Home(h) Work(w) Errands(e) Phone(p) Computer(c)

 

2. And given these headings

* TODO      xxx            :Work:

* WAITING   just this one! :Work:

* DONE      yyy            :Work:

*           zzz            :Work:

 

3. And given the fact that

C-c a t              gives list of all TODO, WAITING, and DONEs

C-c a T & "WAITING"  gives list of just WAITING items

C-c a m & "work"     gives list of all headings tagged w/ “work”, TODO or otherwise

C-c a M & "work"     gives list of all TODO entries w/ "work" tag

 

How can I produce a list of “WAITING” todo items tagged w/ “work”, i.e.

1. A certain type of todo keyword, e.g. WAITING

2. A certain tag?, e.g. “work”

 

Thanks!

Matt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]