[Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Wanrong Lin

Hi,

I am trying to get the quick TODO state switching work. I put the 
following line as in the online manual in my org file


#+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d)

But when I press C-c C-c, I only see my tags in the selection window. The 
online manual does not elaborate on this much, so I wonder whether someone can 
help me out here.

Thanks a lot!

Wanrong






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Bastien
Wanrong Lin [EMAIL PROTECTED] writes:

 Did you try C-c C-t ?

 ,[ (info (org)TODO basics) ]
 | The most important commands to work with TODO entries are:
 | | `C-c C-t'
 |  Rotate the TODO state of the current item among
 | |   ,- (unmarked) - TODO - DONE --.
 |   ''
 | |  The same rotation can also be done remotely from the timeline
 and
 |  agenda buffers with the `t' command key (*note Agenda commands::).
 `

 Hope this helps,

   

 C-c C-t is what I have been using, but recently I am a little bit tired of
 the cycling (especially when I have 7 TODO states), so I wish to have
 something that can let me select a TODO state directly, like C-c C-c 
 does for tags.

Then you also want (setq org-use-fast-todo-selection t)

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread William Henney
On Feb 13, 2008 11:19 AM, Wanrong Lin [EMAIL PROTECTED] wrote:
 C-c C-t is what I have been using, but recently I am a little bit tired
 of the cycling (especially when I have 7 TODO states), so I wish to have
 something that can let me select a TODO state directly, like C-c C-c
 does for tags.

C-u C-c C-t works for me

Also see sec 5.2.4 of manual (org)Fast access to TODO states for
other options.

Cheers

Will


-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Wanrong Lin



Did you try C-c C-t ?

,[ (info (org)TODO basics) ]
| The most important commands to work with TODO entries are:
| 
| `C-c C-t'

|  Rotate the TODO state of the current item among
| 
|   ,- (unmarked) - TODO - DONE --.

|   ''
| 
|  The same rotation can also be done remotely from the timeline and

|  agenda buffers with the `t' command key (*note Agenda commands::).
`

Hope this helps,

  


C-c C-t is what I have been using, but recently I am a little bit tired 
of the cycling (especially when I have 7 TODO states), so I wish to have 
something that can let me select a TODO state directly, like C-c C-c 
does for tags.


Wanrong



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Hugo Schmitt
Wanrong,
I have it configured like this:

(setq org-todo-keywords
  '((sequence
 TODO(t) STARTED(s) WAITING(w) UNTESTED(u) |
 DONE(d) DEFERRED(f) CANCELLED(x

(setq org-use-fast-todo-selection t)

then all it takes is C-c C-t and then a key (t,s,w)...

Cheers,
Hugo

On Feb 13, 2008 2:19 PM, Wanrong Lin [EMAIL PROTECTED] wrote:


  Did you try C-c C-t ?
 
  ,[ (info (org)TODO basics) ]
  | The most important commands to work with TODO entries are:
  |
  | `C-c C-t'
  |  Rotate the TODO state of the current item among
  |
  |   ,- (unmarked) - TODO - DONE --.
  |   ''
  |
  |  The same rotation can also be done remotely from the timeline
 and
  |  agenda buffers with the `t' command key (*note Agenda
 commands::).
  `
 
  Hope this helps,
 
 

 C-c C-t is what I have been using, but recently I am a little bit tired
 of the cycling (especially when I have 7 TODO states), so I wish to have
 something that can let me select a TODO state directly, like C-c C-c
 does for tags.

 Wanrong



 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode