From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Eliminate DONE state? Date: Fri, 18 Sep 2009 16:23:00 +0100 Message-ID: <170655F9-504A-4F57-88BF-F945A1EF2B74@gmail.com> References: <684B98BC-EF0C-4E28-8625-F0915BCD6985@gmail.com> <87fxak1dvj.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MofIn-0003D7-Ez for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 11:23:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MofIi-0003BV-WA for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 11:23:13 -0400 Received: from [199.232.76.173] (port=38568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MofIi-0003BP-Qg for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 11:23:08 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:8655) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MofIi-00036L-6P for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 11:23:08 -0400 Received: by ey-out-1920.google.com with SMTP id 3so541201eyh.34 for ; Fri, 18 Sep 2009 08:23:03 -0700 (PDT) In-Reply-To: <87fxak1dvj.fsf@fastmail.fm> 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: Matt Lundin Cc: PT , emacs-orgmode@gnu.org On Sep 18, 2009, at 4:17 PM, Matt Lundin wrote: > Carsten Dominik writes: > >> On Sep 18, 2009, at 1:31 PM, PT wrote: >> >>> 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-...? >> >> >> Hi PT, >> >> the following seems to work, but am not sure if it will break >> something. >> >> (setq org-todo-keywords '((sequence "TODO" "|"))) > > That was my first thought, too. But on my machine, it causes TODO > items > to be assigned a CLOSED timestamp. :-) Indeed. Conclusion: this is not supported. - Carsten > > Best, > Matt