From 45f1d176da18453bf2fa7f099c486f98351bcab4 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 14 Feb 2008 11:41:10 +0100 Subject: [PATCH] Cleaned up the description fo C-c C-t for changing TODO states. There was a misunderstanding in Bastiens fix: C-c C-t is already defined earlier in that same table. Using `C-c C-t' is really discussed later, in the section about todo selection. There it is also mentioned that you can use the variable `org-fast-tag-selection-include-todo' to combine todo states and tags into a single interface. --- org.texi | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/org.texi b/org.texi index 20247be1d..9ae06fe7e 100644 --- a/org.texi +++ b/org.texi @@ -2654,7 +2654,9 @@ agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}). @kindex C-u C-c C-t @item C-u C-c C-t Select a specific keyword using completion or (if it has been set up) -the fast selection interface. +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. @kindex S-@key{right} @kindex S-@key{left} @@ -2663,15 +2665,6 @@ the fast selection interface. Select the following/preceding TODO state, similar to cycling. Useful mostly if more than two TODO states are possible (@pxref{TODO extensions}). -@kindex C-c C-t -@item C-c C-t -Use the fast tag interface to directly select a specific TODO state. -For this you need to assign keys to TODO states, like this: -@example -#+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d) -@end example -@noindent See @ref{Per-file keywords} and @ref{Setting tags} for more -information. @kindex C-c C-v @kindex C-c / t @cindex sparse tree, for TODO @@ -2845,7 +2838,8 @@ TODO states a lot, you might want to set the variable @code{org-use-fast-todo-selection} to @code{t} and make this behavior the default. Check also the variable @code{org-fast-tag-selection-include-todo}, it allows to change the TODO -state through the tags interface (@pxref{Setting tags}). +state through the tags interface (@pxref{Setting tags}), in case you +like to mingle the two concepts. @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions @subsection Setting up keywords for individual files