emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Does org-stuck-project work?
@ 2007-10-21  1:16 Wanrong Lin
  2007-10-21 22:02 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Wanrong Lin @ 2007-10-21  1:16 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I am trying to setup my org-stuck-project, as following:

  (setq org-stuck-project
      '("/PROJECT" ("APPOINT") ("NextAction" "Buy") "\\<SCHEDULED:\\>"))

My intention is:

1. Only consider items with "PROJECT" TODO keyword
2. Ignore subtrees containing an item with the "APPOINT" TODO keyword
3. Ignore subtrees containing items with "NextAction" or "Buy" tag
4. Ignore subtree containing items with "SCHEDULED:" special word
5. Anything left is a stuck project

But my result does not make sense at all. Items that are not "PROJECT" 
items at all show up in the "stuck project" list.

I also found that the "!" key in agenda dispatch buffer does not work.

So, I wonder whether my configuration is wrong, or currently the stuck 
project search is broken. I am using org-mode v5.13a.

Thanks you giving any ideas.

Wanrong

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

* Re: Does org-stuck-project work?
  2007-10-21  1:16 Does org-stuck-project work? Wanrong Lin
@ 2007-10-21 22:02 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2007-10-21 22:02 UTC (permalink / raw)
  To: emacs-orgmode

Wanrong Lin <wanrong.lin@gmail.com> writes:

>  (setq org-stuck-project
>      '("/PROJECT" ("APPOINT") ("NextAction" "Buy") "\\<SCHEDULED:\\>"))

"\\<SCHEDULED\\>" should work.

`\>' matches the empty string, but only at the end of a word.

-- 
Bastien

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

end of thread, other threads:[~2007-10-21 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-21  1:16 Does org-stuck-project work? Wanrong Lin
2007-10-21 22:02 ` Bastien

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).