From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Habits default on first STATE when rescheduled Date: Mon, 20 Dec 2010 15:40:45 +0100 Message-ID: <80wrn4fqxe.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi, 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, th= ere is no way for Org to know it has to re-begin at the second state (in this case). Maybe it'd be good to add an index for habit cycles, or so? The other alternative is to put NEW after TODO, but this is quite meaningle= ss, for all the other non-habit tasks that would be first TODO, then NEW, then.= .. when cycling with S-arrow. Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode