summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-03-29 12:56:34 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2018-03-29 12:56:34 +0200
commit00386b4924db7fa3bdabc5d85bd2da134df8bfac (patch)
tree9272a41800e0f0c5722ab858c4265fa8b9f79e54
parentcad9ac7355e66dbe26e84ad49b40dddf41a0dfc9 (diff)
downloadorg-mode-00386b4924db7fa3bdabc5d85bd2da134df8bfac.tar.gz
org-manual: Fix typo in Tracking TODO state changes
Also update org.texi from org-manual.org export.
-rw-r--r--doc/org-manual.org7
-rw-r--r--doc/org.texi7
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 35ab951..c83de6a 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -4160,12 +4160,13 @@ example, with the setting
'((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)")))
#+end_src
-To record a timestamp without a note for TODO keywords configured with
+#+texinfo: @noindent
+to record a timestamp without a note for TODO keywords configured with
=@=, just type {{{kbd(C-c C-c)}}} to enter a blank note when prompted.
#+vindex: org-log-done
-#+texinfo: noindent
-you not only define global TODO keywords and fast access keys, but
+#+texinfo: @noindent
+You not only define global TODO keywords and fast access keys, but
also request that a time is recorded when the entry is set to =DONE=,
and that a note is recorded when switching to =WAIT= or
=CANCELED=[fn:46]. The setting for =WAIT= is even more special: the
diff --git a/doc/org.texi b/doc/org.texi
index b78a22e..b0b5c5d 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -4679,12 +4679,13 @@ example, with the setting
'((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
@end lisp
-To record a timestamp without a note for TODO keywords configured with
+@noindent
+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.
@vindex org-log-done
-noindent
-you not only define global TODO keywords and fast access keys, but
+@noindent
+You not only define global TODO keywords and fast access keys, but
also request that a time is recorded when the entry is set to @samp{DONE},
and that a note is recorded when switching to @samp{WAIT} or
@samp{CANCELED}@footnote{It is possible that Org mode records two timestamps when you