From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Scroll Agenda Dispatcher window Date: Wed, 23 Oct 2019 01:20:50 +0200 Message-ID: <845zkgz7sd.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34085) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iN3SW-00026d-Jn for emacs-orgmode@gnu.org; Tue, 22 Oct 2019 19:21:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iN3SV-0008Eo-M2 for emacs-orgmode@gnu.org; Tue, 22 Oct 2019 19:21:00 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:55526 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iN3SV-0008D8-FB for emacs-orgmode@gnu.org; Tue, 22 Oct 2019 19:20:59 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iN3SS-000Pkm-I7 for emacs-orgmode@gnu.org; Wed, 23 Oct 2019 01:20:56 +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" To: emacs-orgmode@gnu.org Hello Nate, > Sometimes (recently) I have quite a few custom agenda commands and if > the window is not large enough, I can't view all of the available > agenda custom commands - what is the keyboard shortcut to scroll / > display the lower section of the custom agenda commands? AFAICS there are no commands for scrolling for that case yet. FWIW in branch "master" (and "next") C-n, C-p, SPC and DEL work in the agenda dispatcher like in the export dispatcher, hopefuly. Possibly { M-x customize-variable RET org-agenda-menu-two-columns } can help ease your case somewhat if you don't use master. Ciao, -- Marco