From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: FR: more flexible customization of org-agenda-custom-commands key bindings Date: Thu, 18 Oct 2007 10:59:54 +0100 Message-ID: <878x60ivz9.fsf@bzg.ath.cx> References: <20071016162042.GC3018@atlantic.linksys.moosehall> <20071016163623.GG3018@atlantic.linksys.moosehall> 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 1IiREV-00013H-K8 for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 04:59:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiRET-00010G-6D for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 04:59:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiRES-0000zr-Uk for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 04:59:57 -0400 Received: from hu-out-0506.google.com ([72.14.214.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiRES-0002Nj-7R for emacs-orgmode@gnu.org; Thu, 18 Oct 2007 04:59:56 -0400 Received: by hu-out-0506.google.com with SMTP id 23so192710huc for ; Thu, 18 Oct 2007 01:59:54 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Thu, 18 Oct 2007 07:35:05 +0200") 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 Carsten Dominik writes: >> 2. Once a custom command has been invoked, provide a binding for going >> straight back to the *Org Agenda* buffer to invoke another one. > > This second part I do not understand. Please explain. Here is how I understood it, in the context of the discussion about the sub-keymaps feature: 1. call `org-agenda' 2. use a sub-keymap C-c a s 1 3. do some stuff in the .org file 4. recall org-agenda but immediately use the same keymap (C-c a s) and wait only for the *last* keystroke. Is this it, Adam? If the idea is just to re-display the *Org agenda* buffer, C-x b RET is enough most of the times. But I think the idea was to process commands of the same kind (i.e. belonging to the same sub-keymap) quickly. Maybe `C-c a &' (see C-c &) would be a good binding for this feature, if implemented. -- Bastien