Hi Bernt and Matt,
Matt Lundin wrote:
> 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.
Like always. You think some tiny stuff is missing... while it is already
there!
Thanks...
Best regards,
Sébastien Vauban
writes:
> Having the following possible states:
>
> #+begin_src emacs-lisp
> (setq org-todo-keywords
> '((sequence "NEW(n!)"
> "TODO(t!)"
> "WAIT(w!)"
> "DLGT(l!)"
> "|"
>
Sébastien Vauban
writes:
> Having the following possible states:
>
> #+begin_src emacs-lisp
> (setq org-todo-keywords
> '((sequence "NEW(n!)"
> "TODO(t!)"
> "WAIT(w!)"
> "DLGT(l!)"
> "|"
>