From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Varnit Suri" Subject: Help with binding new key to change task state Date: Sun, 15 Feb 2009 16:00:01 -0800 Message-ID: <57AC2FA1761300418C7AB8F3EA493C9702822185@HQ-EXCH-5.corp.brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYqu8-0003qw-7J for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 19:00:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYqu6-0003qk-QW for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 19:00:07 -0500 Received: from [199.232.76.173] (port=44320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYqu6-0003qh-Kg for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 19:00:06 -0500 Received: from mx10.brocade.com ([208.185.105.18]:42943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYqu6-0003l3-4w for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 19:00:06 -0500 Received: from HQ-EXCHFE-3.corp.brocade.com (hq-exchfe-3-smtp.brocade.com [192.168.126.212]) by discus.brocade.com (Postfix) with ESMTP id 842B62383FF for ; Sun, 15 Feb 2009 16:00:02 -0800 (PST) Content-class: urn:content-classes:message 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@gnu.org Hi all, The org manual talks about using C-u C-c C-t to change the state of a task. This command nicely throws up a list of several intermediate states to choose from. In addition, I have logging turned on, so each time I do this, I can log a note about the state change. I am merely trying to bind this to a simpler set of keys. I know C-c C-t is bound to org-todo, but can't figure out what C-u C-c C-t binds to (describe-key stops at C-u). Or then, maybe I don't know Emacs/Org well enough yet. Any suggestions? The second thing I am trying to do is have a shortcut to take a task from TODO to DONE without going through the above process. Thanks, V.