Browse Source

org-manual: Fix typo in Tracking TODO state changes

Also update org.texi from org-manual.org export.
Marco Wahl 7 years ago
parent
commit
00386b4924
2 changed files with 8 additions and 6 deletions
  1. 4 3
      doc/org-manual.org
  2. 4 3
      doc/org.texi

+ 4 - 3
doc/org-manual.org

@@ -4160,12 +4160,13 @@ example, with the setting
       '((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)")))
       '((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)")))
 #+end_src
 #+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.
 =@=, just type {{{kbd(C-c C-c)}}} to enter a blank note when prompted.
 
 
 #+vindex: org-log-done
 #+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=,
 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
 and that a note is recorded when switching to =WAIT= or
 =CANCELED=[fn:46].  The setting for =WAIT= is even more special: the
 =CANCELED=[fn:46].  The setting for =WAIT= is even more special: the

+ 4 - 3
doc/org.texi

@@ -4679,12 +4679,13 @@ example, with the setting
       '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
       '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
 @end lisp
 @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.
 @samp{@@}, just type @kbd{C-c C-c} to enter a blank note when prompted.
 
 
 @vindex org-log-done
 @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},
 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
 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
 @samp{CANCELED}@footnote{It is possible that Org mode records two timestamps when you