From mboxrd@z Thu Jan 1 00:00:00 1970 From: "goodhei8@gmail.com" Subject: How do i change status from todo to done etc without press key letter Date: Fri, 03 Apr 2009 12:26:24 -0400 Message-ID: <49D638B0.2070702@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpmE4-0005QI-8o for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 12:26:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpmDz-0005KT-A5 for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 12:26:39 -0400 Received: from [199.232.76.173] (port=34464 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpmDz-0005KH-2p for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 12:26:35 -0400 Received: from mail-qy0-f116.google.com ([209.85.221.116]:64322) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpmDy-00077u-Od for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 12:26:34 -0400 Received: by qyk14 with SMTP id 14so2107464qyk.14 for ; Fri, 03 Apr 2009 09:26:33 -0700 (PDT) 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: emacs-orgmode emacs-orgmode 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.)? Thanks