From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Using Multiple TODO Keywords Date: Wed, 06 Nov 2013 13:41:13 +0100 Message-ID: <87siv9aeja.fsf@bzg.ath.cx> References: <87hacy1oj9.fsf@be.cs.appstate.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2QM-0002FL-EX for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:41:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve2QG-0004ki-Kd for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:41:30 -0500 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:47786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2QG-0004kX-EE for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:41:24 -0500 Received: by mail-wg0-f52.google.com with SMTP id k14so4909195wgh.7 for ; Wed, 06 Nov 2013 04:41:23 -0800 (PST) In-Reply-To: <87hacy1oj9.fsf@be.cs.appstate.edu> (Kenneth Jacker's message of "Thu, 03 Oct 2013 09:18:02 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kenneth Jacker Cc: khj@cs.appstate.edu, emacs-orgmode@gnu.org Hi Kenneth, Kenneth Jacker writes: > When I use `t' or "C-c C-t", the keywords change from TODO, to PENDING, > to CANCELED, and then repeat *only those three states*. > > Shouldn't I be able to use the above to mark the this week's task as DONE? If you use fast TODO selection like this #+SEQ_TODO: TODO PENDING | CANCELED DONE(d) (note the (d) after DONE) then you'll be able to set the task DONE, but the presence of the repeater will still let the TODO state switch to the next one, namely "TODO". Maybe we should introduce a way to ignore the repeater -- is anyone missing this too? -- Bastien