diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-09 18:47:46 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-09 18:47:46 +0000 |
commit | 560bb6ea35eac0f487fcbcb859a0d87580edfe55 (patch) | |
tree | f223ce26a8da3f8f4831cf51eb9972ec6fa2110b /doc/misc | |
parent | 223b43fa2a0e0da2661c8010d58cfaa093ded76c (diff) | |
download | emacs-560bb6ea35eac0f487fcbcb859a0d87580edfe55.tar.gz |
* org.texi (Workflow states, Agenda commands): Fix tags (Bug#3508).
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/misc/org.texi | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 230db438c46..2fa464c32b8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,6 +1,7 @@ 2009-06-09 Chong Yidong <cyd@stupidchicken.com> * org.texi (Org Plot): Fix tags (Bug#3507). + (Workflow states, Agenda commands): Fix tags (Bug#3508). * ada-mode.texi (Installation, Compile commands) (Project File Overview, No project files, Set compiler options) diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 1d0eeae96d1..aad349567fb 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi @@ -3130,7 +3130,7 @@ With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED. You may also use a numeric prefix argument to quickly select a specific state. For example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY. -Or you can use @kbd{S-left} to go backward through the sequence. If you +Or you can use @kbd{S-@key{left}} to go backward through the sequence. If you define many keywords, you can use in-buffer completion (@pxref{Completion}) or even a special one-key selection scheme (@pxref{Fast access to TODO states}) to insert these words into the @@ -6305,9 +6305,9 @@ Toggle the time grid on and off. See also the variables @c @kindex r @item r -Recreate the agenda buffer, for example to reflect the changes -after modification of the time stamps of items with S-@key{left} and -S-@key{right}. When the buffer is the global TODO list, a prefix +Recreate the agenda buffer, for example to reflect the changes after +modification of the time stamps of items with @kbd{S-@key{left}} and +@kbd{S-@key{right}}. When the buffer is the global TODO list, a prefix argument is interpreted to create a selective list for a specific TODO keyword. @kindex g |