summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Dunsmore <jasondunsmore@gmail.com>2011-11-09 14:06:09 -0600
committerJason Dunsmore <jasondunsmore@gmail.com>2011-11-09 14:06:09 -0600
commit3e6ac9dfe2171fd84d95db4808fd024b1c95a8a3 (patch)
treea59f124ba4e321c87680add7bcfe88d07dc513e3
parent059e4bd5e343e824cd94293a610f40bb94af27ab (diff)
downloadorg-mode-3e6ac9dfe2171fd84d95db4808fd024b1c95a8a3.tar.gz
org.texi: Clarify documentation regarding TODO state change logging.
-rw-r--r--doc/org.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 8e59362..c796f6a 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -4032,14 +4032,18 @@ also overrule the setting of this variable for a subtree by setting a
Since it is normally too much to record a note for every state, Org-mode
expects configuration on a per-keyword basis for this. This is achieved by
-adding special markers @samp{!} (for a timestamp) and @samp{@@} (for a note)
-in parentheses after each keyword. For example, with the setting
+adding special markers @samp{!} (for a timestamp) or @samp{@@} (for a note
+with timestamp) in parentheses after each keyword. For example, with the
+setting
@lisp
(setq org-todo-keywords
'((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
@end lisp
+To record a timestamp without a note for TODO keywords configured with
+@samp{@@}, just type @kbd{C-c C-c} to enter a blank note when prompted.
+
@noindent
@vindex org-log-done
you not only define global TODO keywords and fast access keys, but also