emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [help] A org agenda command


From: Carsten Dominik
Subject: Re: [Orgmode] [help] A org agenda command
Date: Mon, 23 Apr 2007 21:11:14 +0200


On Apr 23, 2007, at 15:24, Carsten Dominik wrote:

(setq org-stuck-projects
  '("+LEVEL=2/-DONE" ("*") ("*")))

In fact, the following will also be possible, allowing just what
you asked for:

(setq org-stuck-projects
    '("LEVEL=2/-DONE" ("*") ("*")
      "\\<\\(SCHEDULED\\|DEADLINE\\): <"))

The last element is an arbitrary regular expression.
If it matches in the project tree, the project is considered
unstuck.

- Carsten



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

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