From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Logging state change with timestamp, but without note Date: Wed, 13 Feb 2008 20:47:35 -0500 Message-ID: <47B39DB7.2020706@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPTCU-0004iH-Cy for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 20:47:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPTCS-0004gy-6W for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 20:47:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPTCS-0004gk-1p for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 20:47:44 -0500 Received: from an-out-0708.google.com ([209.85.132.244]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPTCR-00067n-Pk for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 20:47:43 -0500 Received: by an-out-0708.google.com with SMTP id c25so35646ana.84 for ; Wed, 13 Feb 2008 17:47:43 -0800 (PST) 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 Hi, I would like to record down the time stamp when a TODO item changed its state into some specific states (like "DELEGATED"), but I don't want to be prompt with a window for notes. I might be able to do that by putting those states into the DONE state and adding (setq org-log-done t) into the config, however, conceptually that is not correct (as DELEGATED is not really DONE) and hence I am afraid it will cause some other side effects. Is there a good way I can do so? Thanks a lot for your help. Wanrong