From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: [help] A org agenda command Date: Tue, 24 Apr 2007 13:38:21 +0200 Message-ID: References: <8bbaaec901190cf1570574695f22c1fa@science.uva.nl> <9317ac8ef4b544f84de2011a23d769d8@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgJRG-0004cU-TI for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:44:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgJRE-0004bj-RU for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:44:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgJRE-0004bd-In for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:44:04 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgJLi-0007QX-OA for emacs-orgmode@gnu.org; Tue, 24 Apr 2007 07:38:22 -0400 In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org On Apr 24, 2007, at 13:11, Leo wrote: > >> 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"))) If you write it like this, WAITING is a DONE state. Projects are not stuck if they have something TODO. So a project which only has WAITING entries with the above definition is indeed stuck, because it will not produce entries in TODO lists. maybe you should use: (setq org-todo-keywords '((sequence "ACTION" "DONE") (sequence "WAITING" "|"))) ? - Carsten > > 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) > > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477