From: Carsten Dominik <dominik@science.uva.nl> To: Leo <sdl.web@gmail.com> Cc: emacs-orgmode@gnu.org Subject: Re: Re: [help] A org agenda command Date: Tue, 24 Apr 2007 13:38:21 +0200 [thread overview] Message-ID: <c41920244023e0c487fcfa362fcdfe71@science.uva.nl> (raw) In-Reply-To: <m28xcif2ng.fsf@sl392.st-edmunds.cam.ac.uk> 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 <sdl.web AT gmail.com> (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
next prev parent reply other threads:[~2007-04-24 11:44 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-04-18 23:15 Leo 2007-04-19 15:06 ` Jason F. McBrayer 2007-04-23 13:24 ` Carsten Dominik 2007-04-23 19:11 ` Carsten Dominik 2007-04-23 19:21 ` Leo 2007-04-24 8:58 ` Leo 2007-04-24 9:22 ` Leo 2007-04-24 10:18 ` Carsten Dominik 2007-04-24 10:58 ` Leo 2007-04-24 11:11 ` Leo 2007-04-24 11:38 ` Carsten Dominik [this message] 2009-02-04 9:41 ` Leo 2009-02-04 14:22 ` Carsten Dominik 2009-02-04 15:34 ` Leo 2009-02-06 7:51 ` Carsten Dominik
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=c41920244023e0c487fcfa362fcdfe71@science.uva.nl \ --to=dominik@science.uva.nl \ --cc=emacs-orgmode@gnu.org \ --cc=sdl.web@gmail.com \ --subject='Re: Re: [help] A org agenda command' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this 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).