From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hugo Schmitt" Subject: Re: Quickly Switch Between TODO States Date: Wed, 13 Feb 2008 14:32:27 -0300 Message-ID: <2f1c7d020802130932h354de836pe716e9bef0e79984@mail.gmail.com> References: <47B32060.6070806@gmail.com> <87abm46b8b.fsf@bzg.ath.cx> <47B326B8.4090808@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0247481939==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPLTD-00024Z-9h for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:32:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPLTB-000241-RK for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:32:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPLTB-00023y-Kz for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:32:29 -0500 Received: from wr-out-0506.google.com ([64.233.184.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPLTB-0005zU-BX for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:32:29 -0500 Received: by wr-out-0506.google.com with SMTP id 58so139724wri.10 for ; Wed, 13 Feb 2008 09:32:28 -0800 (PST) In-Reply-To: <47B326B8.4090808@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Wanrong Lin Cc: emacs-orgmode --===============0247481939== Content-Type: multipart/alternative; boundary="----=_Part_20597_32877725.1202923947182" ------=_Part_20597_32877725.1202923947182 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 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 > ------=_Part_20597_32877725.1202923947182 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 <wanrong.lin@gmail.com> 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

------=_Part_20597_32877725.1202923947182-- --===============0247481939== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0247481939==--