From 8e6239b867b5e27fd1b84e63c2ff9f55638cb463 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 11 Dec 2008 06:05:30 +0100 Subject: [PATCH] Update docstring of org-log-done. Patch by Danie Clemente. --- lisp/ChangeLog | 4 ++++ lisp/org.el | 18 +++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 806bb75c6..09376fcbb 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-12-11 Carsten Dominik + + * org.el (org-log-done): Fix docstring. + 2008-12-10 Carsten Dominik * org-exp.el (org-export-html-format-image): Fix bugs. diff --git a/lisp/org.el b/lisp/org.el index b0623f8db..29e586bcc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1549,14 +1549,22 @@ 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 are: +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 -- 2.11.4.GIT