From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: blank todo kw does not delete closed ts Date: Wed, 10 Apr 2013 09:31:14 +0200 Message-ID: <87zjx6frrw.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuuz-0006Cg-M4 for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 09:18:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPuuy-00032I-0r for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 09:18:29 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:62375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPuux-00031t-RR for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 09:18:27 -0400 Received: by mail-wi0-f174.google.com with SMTP id hj8so4791827wib.13 for ; Wed, 10 Apr 2013 06:18:27 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Tue, 9 Apr 2013 15:13:07 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel, Samuel Wales writes: > Changing a doneified entry to blank todo state leaves a > closed ts. > > #+BEGIN_SRC org > ,* DONE doneify > CLOSED: [2013-04-09 Tue 14:11] > ,* now change to blank todo kw -- notice the closed ts > CLOSED: [2013-04-09 Tue 14:11] > #+END_SRC > > Perhaps it would be more intuitive for newcomers, and safer > for expiry searches like "+CLOSED<\"<-1m>\"" where not > everybody thinks to try to match all done todo keywords (not > even sure what the convention is for that), to remove the > ts. I'm not sure about this one. Seems logical to keep the CLOSED information for tasks that have been done once and that do not have (new) active TODO keywords yet. -- Bastien