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

2010-12-20 Thread Sébastien Vauban
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,

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

2010-12-20 Thread Bernt Hansen
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!)" > "|" >

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

2010-12-20 Thread Matt Lundin
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!)" > "|" >