all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Custom agenda: search by tag and exclude DONE items
@ 2012-12-09 15:14 Karl Voit
  2012-12-09 21:05 ` Karl Voit
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Voit @ 2012-12-09 15:14 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

I want a custom agenda that lists all headings (not necessarily with
a state like TODO or NEXT) which are tagged with :borrowed: but
which are not in state DONE or CANCELED.

Should match:
* this item              :borrowed:   <- no state!
* WAITING another item   :borrowed:
* TODO some item         :borrowed:

Should *not* match:
* test item 1            :foo:
* DONE returned item     :borrowed:
* CANCELED aborted       :borrowed:

With «"cB" "borrowed" tags "+borrowed"» I do get DONE-entries as
well. 

With «"cB" "borrowed" tags-todo "..."» I do think I need any state
like TODO or NEXT which I do not want as a requirement.

Do you have an idea on how I can achieve this?

Thanks!

-- 
Karl Voit

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-09 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09 15:14 Custom agenda: search by tag and exclude DONE items Karl Voit
2012-12-09 21:05 ` Karl Voit

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.