From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: Eliminate DONE state? Date: Fri, 18 Sep 2009 12:31:40 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MocdI-0006CN-A9 for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 08:32:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MocdC-00067A-VT for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 08:32:11 -0400 Received: from [199.232.76.173] (port=35882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MocdC-00066z-Hd for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 08:32:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:35473) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MocdB-0004sE-S1 for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 08:32:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mocd9-0002Jg-A4 for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 14:32:03 +0200 Received: from dsl51B79298.pool.t-online.hu ([81.183.146.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Sep 2009 14:32:03 +0200 Received: from spamfilteraccount by dsl51B79298.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Sep 2009 14:32:03 +0200 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Is is possible to eliminate the DONE state completely? I'd like a single state TODO and want to switch between TODO and nothing states, but (setq org-todo-keywords '((sequence "TODO"))) doesn't seem to work, because it always considers the last state as a DONE state. Is it possible to have only a single actionable task state and nothing else, so when I switch then the sequence is nothing-TODO-nothing-TODO-...?