From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: More options for org-log-done Date: Sun, 14 Oct 2007 08:14:08 +0200 Message-ID: References: <47104B9D.6060406@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Igwju-0005hQ-GK for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Igwjs-0005fQ-Qb for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igwjs-0005fJ-NC for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:12 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Igwjs-0006t0-AV for emacs-orgmode@gnu.org; Sun, 14 Oct 2007 02:14:12 -0400 In-Reply-To: <47104B9D.6060406@gmail.com> 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: Wanrong Lin Cc: emacs-orgmode@gnu.org On Oct 13, 2007, at 6:37, Wanrong Lin wrote: > Hi, > > Can/should we add more options to org-log-done, or maybe create a new > variable org-log-state, to specify what state changes need to be > logged. I have very fixed TODO state settings for all my org files and > wish to avoid using in-buffer options for that. I just wonder how many > people feel the same need as I do. Thanks for giving this a thought. You can already do (setq org-todo-keywords '((sequence "TODO(t)" "WAITING(w@) "|" "DEFERRED(D@)" "DONE"))) Doesn't that cover all you need? - Carsten