From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to remove a item set by diary-cyclic for once? Date: Fri, 01 May 2009 21:09:04 -0400 Message-ID: <87vdoke2fj.fsf@gollum.intra.norang.ca> References: <49FA886A.20502@gmail.com> <878wlhf09x.fsf@gollum.intra.norang.ca> <49FB1C82.3060001@gmail.com> <87zldweo7f.fsf@gollum.intra.norang.ca> <49FB88C7.7050005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M03j8-0000CJ-JH for emacs-orgmode@gnu.org; Fri, 01 May 2009 21:09:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M03j3-0000C7-Sd for emacs-orgmode@gnu.org; Fri, 01 May 2009 21:09:13 -0400 Received: from [199.232.76.173] (port=52198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M03j3-0000C4-QP for emacs-orgmode@gnu.org; Fri, 01 May 2009 21:09:09 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:60450) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M03j3-0004jF-GK for emacs-orgmode@gnu.org; Fri, 01 May 2009 21:09:09 -0400 In-Reply-To: <49FB88C7.7050005@gmail.com> (Wei-Wei Guo's message of "Sat\, 02 May 2009 07\:41\:59 +0800") 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: Wei-Wei Guo Cc: emacs-orgmode@gnu.org cc-ing org-mode since this conversation went off-list and may be useful to more people. Wei-Wei Guo writes: > Bernt Hansen =E5=86=99=E9=81=93: > >> I have >> >> (setq org-use-fast-todo-selection t) >> >> so C-c C-t and t in the agenda displays the menu of todo keywords to >> select and I can jump directly to any keyword. > > Thanks a lot! > > Only for your information. I find org-use-fast-todo-selection has no > effect. C-c C-t works without it. Actually I don't find the variable > in org mode manual. In an org-mode file C-u C-c C-t and C-c C-t are switched by org-fast-todo-selection IIRC. > > BTW, I set > > (setq org-agenda-custom-commands > '(("t" "Change item TODO sequnce." > ((org-todo))) > )) > > Then I can use the single key 't' instead of C-c C-t in the agenda view. > 't' works for me in the agenda out of the box with no special configuration. -Bernt