emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] todo sequence with exceptions


From: Matthew Lundin
Subject: Re: [Orgmode] todo sequence with exceptions
Date: Sat, 21 Mar 2009 21:51:16 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Hi Eraldo,

Eraldo Helal <address@hidden> writes:

> I have the following todo states:
> TODO ACTION WAITING DONE and CANCELED
> I would like my sequence to be:
> TODO > ACTION > WAITING > DONE
> and have WAITING and CANCELED extra somehow.
>  so that I enter  WAITING and CANCELED with a prefix or so.
> is there a way to get that with the standard featues?
> (without lisp programming)

I believe the following will do what you're looking for.

--8<---------------cut here---------------start------------->8---
(setq org-use-fast-todo-selection t)

(setq org-todo-keywords '((sequence "TODO(t)" "ACTION(a)" "|" "DONE(d)")
                          (sequence "WAITING(w)" "|" "CANCELED(c)")))
--8<---------------cut here---------------end--------------->8---

There's a short FAQ on fast todo selection:

http://orgmode.org/worg/org-faq.php#select-TODO-keywords-with-tag-like-interface

Regards,

Matt




reply via email to

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