emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Habits default on first STATE when rescheduled


From: Matt Lundin
Subject: [Orgmode] Re: Habits default on first STATE when rescheduled
Date: Mon, 20 Dec 2010 11:38:58 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Sébastien Vauban <address@hidden>
writes:

> Having the following possible states:
>
> #+begin_src emacs-lisp
>   (setq org-todo-keywords
>         '((sequence "NEW(n!)"
>                     "TODO(t!)"
>                     "WAIT(w!)"
>                     "DLGT(l!)"
>                     "|"
>                     "DONE(d!)"
>                     "DFRD(f!)"
>                     "CANX(c!)")))
> #+end_src
>
> the habits, when DONE, go back to state NEW, instead of TODO. Of course, there
> is no way for Org to know it has to re-begin at the second state (in this
> case).
>

Have you tried the following setting?

(setq org-todo-repeat-to-state "TODO")

You can also set this locally with the :REPEAT_TO_STATE: property.

Best,
Matt



reply via email to

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