From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-speed-commands-default 1 2 3 Date: Thu, 8 Aug 2013 09:01:32 +0200 Message-ID: <8D04F1BE-A07B-4571-A991-B2D24484CD50@gmail.com> References: Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7KEE-00074J-NG for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 03:01:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7KE5-0006fi-22 for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 03:01:45 -0400 Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]:45711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7KE4-0006fZ-Sq for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 03:01:37 -0400 Received: by mail-ee0-f46.google.com with SMTP id c13so1305333eek.5 for ; Thu, 08 Aug 2013 00:01:36 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Oleh Cc: org mode On 23.7.2013, at 15:48, Oleh wrote: > Hi all, >=20 > I've recently started using `org-use-speed-commands', and I like it a = lot, > except I had to make one tweak: >=20 > (setq org-use-speed-commands t) > (setq org-speed-commands-user > '(("1" . (org-shifttab 1)) > ("2" . (org-shifttab 2)) > ("3" . (org-shifttab 3)))) >=20 > The corresponding values of `org-speed-commands-default' aren't that = useful > for GTD: >=20 > ("1" org-priority 65) > ("2" org-priority 66) > ("3" org-priority 67) That depends on wether you work with priorities. I find S-TAB easy = enough, so I do not really see the need for speed commands here. - Carsten >=20 > I'd suggest to change the default behavior to `org-shifttab'. > I don't know if people want this, but I like to just put the idea out = there. > As an extra plus, it's similar to magit shortcuts. >=20 > regards, > Oleh >=20