From 129ecf99fa5c045d67822743f0d3af5b61b86adc Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 6 Jan 2013 07:36:36 +0100 Subject: [PATCH] org.texi (TODO basics): Fix description of TODO keywords cycling * org.texi (TODO basics): Add `org-use-fast-todo-selection' to the variable index. (TODO basics): Fix description of TODO keywords cycling. Thanks to Brian van den Broek for reporting this. --- doc/org.texi | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 041cc0883..ab6fe019b 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -3748,6 +3748,8 @@ The most important commands to work with TODO entries are: @table @kbd @orgcmd{C-c C-t,org-todo} @cindex cycling, of TODO states +@vindex org-use-fast-todo-selection + Rotate the TODO state of the current item among @example @@ -3755,14 +3757,19 @@ Rotate the TODO state of the current item among '--------------------------------' @end example -The same rotation can also be done ``remotely'' from the timeline and -agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}). +If TODO keywords have fast access keys (see @ref{Fast access to TODO +states}), you will be prompted for a TODO keyword through the fast selection +interface; this is the default behavior when +@var{org-use-fast-todo-selection} is @code{non-nil}. + +The same rotation can also be done ``remotely'' from the timeline and agenda +buffers with the @kbd{t} command key (@pxref{Agenda commands}). @orgkey{C-u C-c C-t} -Select a specific keyword using completion or (if it has been set up) -the fast selection interface. For the latter, you need to assign keys -to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for -more information. +When TODO keywords have no selection keys, select a specific keyword using +completion; otherwise force cycling through TODO states with no prompt. When +@var{org-use-fast-todo-selection} is set to @code{prefix}, use the fast +selection interface. @kindex S-@key{right} @kindex S-@key{left} -- 2.11.4.GIT