From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: shortcut key for switching between custom agenda viewss Date: Tue, 3 Nov 2009 12:15:02 +0000 Message-ID: <20091103121502.GG32187@atlantic.linksys.moosehall> References: <20091102140558.GC30665@atlantic.linksys.moosehall> <951C80FC-B841-4358-891F-AC3D8597F849@gmail.com> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5II3-0007wB-Bi for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 07:15:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5IHy-0007rT-Bj for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 07:15:10 -0500 Received: from [199.232.76.173] (port=36105 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5IHy-0007rN-9I for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 07:15:06 -0500 Received: from arctic.adamspiers.org ([212.13.194.176]:54724) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5IHy-00039J-1Y for emacs-orgmode@gnu.org; Tue, 03 Nov 2009 07:15:06 -0500 Received: from localhost (dsl-217-155-199-114.zen.co.uk [217.155.199.114]) by arctic.adamspiers.org (Postfix) with ESMTP id 63E5824017 for ; Tue, 3 Nov 2009 12:15:05 +0000 (UTC) Content-Disposition: inline In-Reply-To: <951C80FC-B841-4358-891F-AC3D8597F849@gmail.com> 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: org-mode mailing list Agreed, and so I will change my global binding for `org-agenda'. Nevertheless it will end up requiring multiple keystrokes, so it would be nice if there was also a single keystroke bound to this. My preference would be 'r' since 'g' already covers `org-agenda-redo' and is the conventional emacs choice for refreshing the display, but I suspect that several users might already be accustomed to using 'r' rather than 'g'. On Tue, Nov 03, 2009 at 07:30:08AM +0100, Carsten Dominik wrote: > Hi Adam, > > I think it does make a lot of sense to have a *global* key to run > a new agenda command. Keys like `C-c C-a' belong to the major mode, > keys like `C-c a' belong to you and therefore are yours to set to > global commands. If you choose `C-c C-a', you will have to overwrite > this key in all major modes where it gets in your way. > > On Nov 2, 2009, at 3:05 PM, Adam Spiers wrote: > > >Within a custom agenda view, the key 'e' used to allow returning to > >the *Agenda Commands* buffer to choose another agenda view, but this > >no longer works. I know that executing `org-agenda' produces the same > >view, but I have it bound to C-c C-a which in the agenda view is > >overloaded to `org-attach'. I can rethink my key binding strategy > >(IIRC most people bind `org-agenda' to C-c a?), but it would be nice > >if there was a single keystroke to achieve the same by default.