From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How do i change status from todo to done etc without press key letter Date: Fri, 3 Apr 2009 19:22:53 +0200 Message-ID: References: <49D638B0.2070702@gmail.com> <87bprd4qha.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lpn6c-0003G3-Hk for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 13:23:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lpn6X-0003BW-UC for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 13:23:02 -0400 Received: from [199.232.76.173] (port=46877 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lpn6X-0003BN-LL for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 13:22:57 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:52565) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lpn6X-0005Zf-4u for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 13:22:57 -0400 Received: by ewy4 with SMTP id 4so1165222ewy.42 for ; Fri, 03 Apr 2009 10:22:56 -0700 (PDT) In-Reply-To: <87bprd4qha.fsf@kassiopeya.MSHEIMNETZ> 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: Sebastian Rose Cc: emacs-orgmode emacs-orgmode On Apr 3, 2009, at 7:05 PM, Sebastian Rose wrote: > "goodhei8@gmail.com" writes: >> I just update org-mode to 6.25a in winxp. >> >> I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@). >> Before updating C-c C-t will cycle in the seq above. Now it want me >> to press d >> to get done. >> I really like the way before. How can i get it back without delete >> key >> letter(since i use them sometime.)? > > > Does M-RIGHT not work for you? Or check out the variable `org-use-fast-todo-selection'. - Carsten