From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: agenda dispatcher - show different sets of deadlines - dispatch by string instead only by char Date: Thu, 26 Jul 2007 11:03:22 +0200 Message-ID: <87lkd3a65h.fsf@bzg.ath.cx> References: 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 1IDzFs-0006xv-BQ for emacs-orgmode@gnu.org; Thu, 26 Jul 2007 05:03:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDzFq-0006s8-6x for emacs-orgmode@gnu.org; Thu, 26 Jul 2007 05:03:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDzFo-0006pi-2c for emacs-orgmode@gnu.org; Thu, 26 Jul 2007 05:03:28 -0400 Received: from hu-out-0506.google.com ([72.14.214.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDzFn-0001wE-EH for emacs-orgmode@gnu.org; Thu, 26 Jul 2007 05:03:27 -0400 Received: by hu-out-0506.google.com with SMTP id 23so47099huc for ; Thu, 26 Jul 2007 02:03:26 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Thu\, 26 Jul 2007 10\:29\: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 Rainer Stengele writes: > ok - having more than 1 character to dispatch the agenda is a bad idea > because it also needs a RETURN to finish the selection. Agreed. It's better to stick to current (fast) interface. > anybody else doing stuff like that any other way? I use the agenda dispatcher a lot, but my `org-agenda-custom-commands' is quite basic: (setq org-agenda-custom-commands '(("N" todo "NEXT" nil) ("I" todo "INPROGRESS" nil) ("r" tags-todo "Read" nil) ("w" tags-todo "Write" nil) ("l" tags-todo "@LAB" nil) ("h" tags-todo "@HOME" nil))) I'm mainly using the "N" and "I" command. I'm sure i could make this interface to better suit my needs, but can't find time for this. If you feel like writing a little tutorial on how you use the Agenda Dispatcher, please do! -- Bastien