emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Wanrong Lin <wanrong.lin@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Quickly Switch Between TODO States
Date: Wed, 13 Feb 2008 13:42:01 -0500	[thread overview]
Message-ID: <47B339F9.80100@gmail.com> (raw)
In-Reply-To: <2f1c7d020802130932h354de836pe716e9bef0e79984@mail.gmail.com>

Yes, this works for me now. Thanks a lot.
I though once I have those "(t)", "(s)" defined in the TODO keyword, I 
will have one-key access to the TODO keywords.

Also, I think probably the manual should be changed as it says "C-c C-c" 
does quick TODO selection.  The original text:

--------------------------

C-c C-c
    Use the fast tag interface to quickly and directly select a specific
    TODO state. For this you need to assign keys to TODO state, like this:

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

    See Per file keywords
    <http://staff.science.uva.nl/%7Edominik/Tools/org/org.html#Per-file-keywords>
    and Setting tags
    <http://staff.science.uva.nl/%7Edominik/Tools/org/org.html#Setting-tags>
    for more information.


Hugo Schmitt wrote:
> 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 
> <mailto: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 <mailto:Emacs-orgmode@gnu.org>
>     http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

  reply	other threads:[~2008-02-13 18:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-13 16:52 Quickly Switch Between TODO States Wanrong Lin
2008-02-13 17:02 ` Bastien
2008-02-13 17:19   ` Wanrong Lin
2008-02-13 17:26     ` William Henney
2008-02-13 17:27     ` Bastien
2008-02-13 17:32     ` Hugo Schmitt
2008-02-13 18:42       ` Wanrong Lin [this message]
2008-02-13 18:56         ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47B339F9.80100@gmail.com \
    --to=wanrong.lin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).