emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Filtering Agenda View


From: Ken Mankoff
Subject: [O] Filtering Agenda View
Date: Wed, 5 Sep 2012 11:50:30 -0700

I'd like my agenda to not show waiting items. I'm not sure of the best
way to implement this, but my current solution has been:

                  (agenda "" (
                                          (org-agenda-overriding-header 
"Scheduled")
                                          (org-agenda-skip-function 
'(org-agenda-skip-entry-if 'regexp"WAITING"))
                                          ))


However, this is too restrictive (too loose a filter). It skips TODO
items that are in state TODO but have recorded, somewhere in their
body, the word WAITING such as

   - State "WAITING"    from "TODO"       [2012-09-03 Mon 11:45]

I tried setting the regexp to "\ WAITING\ " but that did not fix it.

How can I improve the regexp, or is there a better way to show TODO
items that are TODO, STARTED, WHATEVER, but not WAITING (or not
WAITING and SOMETHINGELSE).

Thanks,

  -k.



reply via email to

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