From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: [help] A org agenda command Date: Tue, 24 Apr 2007 12:11:15 +0100 Message-ID: References: <8bbaaec901190cf1570574695f22c1fa@science.uva.nl> <9317ac8ef4b544f84de2011a23d769d8@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgJ08-0003fb-R3 for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:16:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgJ07-0003dj-6r for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:16:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgJ07-0003dV-31 for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:16:03 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HgIub-00042B-Bc for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:10:21 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HgIuO-0006kw-Oj for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 13:10:08 +0200 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Apr 2007 13:10:08 +0200 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Apr 2007 13:10:08 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > However, it is weird that this doesn't respect the `org-odd-levels-only' > setting. I set the following to achieve multiple DONE states (is there a better way?): (setq org-todo-keywords '((sequence "ACTION" "DONE") (sequence "|" "WAITING"))) But all projects marked with "WAITING" are still considered stuck. I now set something like this: (setq org-stuck-projects '("LEVEL=3/-DONE-WAITING" ("*") ("*") "\\<\\(SCHEDULED\\|DEADLINE\\): <")) But I think even without `-WAITING', projects shouldn't be considered stuck due to the first `("*")'. Bug? -- Leo (GPG Key: 9283AA3F)