From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How can I bypass the agenda dispatcher and call a custom block agenda directly? Date: Sat, 27 Aug 2011 09:23:38 -0400 Message-ID: <87aaav0yzp.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxIrV-0007s3-7V for emacs-orgmode@gnu.org; Sat, 27 Aug 2011 09:23:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QxIrU-0004YC-CQ for emacs-orgmode@gnu.org; Sat, 27 Aug 2011 09:23:49 -0400 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:14850 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxIrU-0004Xn-Ah for emacs-orgmode@gnu.org; Sat, 27 Aug 2011 09:23:48 -0400 In-Reply-To: (Marcus Klemm's message of "Sat, 27 Aug 2011 10:16:16 +0000 (UTC)") 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: Marcus Klemm Cc: emacs-orgmode@gnu.org Marcus Klemm writes: > I almost exclusively use a custom block agenda and want to bind it to > a key instead of going through the agenda dispatcher. Is that > possible? Hi Marcus, Certainly this is doable (org-agenda t "a") Just bind this to the key of your choice and substitute "a" with the agenda you want to run. Regards, Bernt