From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Documentation for org-log-done Date: Tue, 09 Dec 2008 21:23:51 +0100 Message-ID: <87ljupxfl4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LA97P-0003km-3B for emacs-orgmode@gnu.org; Tue, 09 Dec 2008 15:23:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LA97N-0003iZ-93 for emacs-orgmode@gnu.org; Tue, 09 Dec 2008 15:23:42 -0500 Received: from [199.232.76.173] (port=46101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LA97N-0003iI-40 for emacs-orgmode@gnu.org; Tue, 09 Dec 2008 15:23:41 -0500 Received: from mail-ew0-f13.google.com ([209.85.219.13]:54463) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LA97M-0000h0-CF for emacs-orgmode@gnu.org; Tue, 09 Dec 2008 15:23:40 -0500 Received: by ewy6 with SMTP id 6so193193ewy.18 for ; Tue, 09 Dec 2008 12:23:38 -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@gnu.org Hi. Documentation for org-log-done referred still to the old settings. I updated it and copied some notes from org-log-repeat. Feel free to change the wording. Thanks, Daniel diff --git a/lisp/org.el b/lisp/org.el index 3ac7b08..b597e09 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1515,14 +1515,20 @@ or `done', meaning any not-done or done state, respectively." (choice (const :tag "Add" t) (const :tag "Remove" nil))))))) (defcustom org-log-done nil - "Non-nil means, record a CLOSED timestamp when moving an entry to DONE. -When equal to the list (done), also prompt for a closing note. -This can also be configured on a per-file basis by adding one of -the following lines anywhere in the buffer: + "Information to record when a task moves to the DONE state. Possible values: + +nil Don't add anything, just change the keyword +time Add a time stamp to the task +note Prompt a closing note and add it with template `org-log-note-headings' + +This option can also be set with on a per-file-basis with + #+STARTUP: nologdone #+STARTUP: logdone #+STARTUP: lognotedone - #+STARTUP: nologdone" + +You can have local logging settings for a subtree by setting the LOGGING +property to one or more of these keywords." :group 'org-todo :group 'org-progress :type '(choice