From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcus Klemm Subject: How can I bypass the agenda dispatcher and call a custom block agenda directly? Date: Sat, 27 Aug 2011 10:16:16 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxFwF-0002jh-Tw for emacs-orgmode@gnu.org; Sat, 27 Aug 2011 06:16:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QxFwF-0002BC-1W for emacs-orgmode@gnu.org; Sat, 27 Aug 2011 06:16:31 -0400 Received: from lo.gmane.org ([80.91.229.12]:55593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxFwE-0002B4-SW for emacs-orgmode@gnu.org; Sat, 27 Aug 2011 06:16:31 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QxFwD-0000Rr-Gu for emacs-orgmode@gnu.org; Sat, 27 Aug 2011 12:16:29 +0200 Received: from p54B8A717.dip0.t-ipconnect.de ([84.184.167.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Aug 2011 12:16:29 +0200 Received: from marcus.klemm by p54B8A717.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Aug 2011 12:16:29 +0200 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: emacs-orgmode@gnu.org Hello List, 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? Ciao, Marcus