From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Arrow keys in agenda view Date: Wed, 21 Oct 2009 10:31:40 -0400 Message-ID: References: <550421870910210534t7c8bd520ob9f9083c23a03670@mail.gmail.com> 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 1N0cEE-0002GC-RQ for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 10:31:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0cE9-0002CZ-4Q for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 10:31:54 -0400 Received: from [199.232.76.173] (port=40995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0cE8-0002CQ-Tl for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 10:31:48 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:50409) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0cE8-0006IZ-FW for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 10:31:48 -0400 In-Reply-To: <550421870910210534t7c8bd520ob9f9083c23a03670@mail.gmail.com> (Marco's message of "Wed, 21 Oct 2009 14:34:56 +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: Marco Cc: emacs-orgmode@gnu.org Marco writes: > Sometimes I use the agenda view in org-mode, but with at least the new > version when I try C-a a, then I am not able anymore to navigate to > the next/previous day or week using the arrow keys, as it did in the > previous versions. Is this a new feature I missed or a bug somewhere > (not possible that this only hit me!) or again could it be related to > my own configuration (no fancy stuff in my .emacs though)? These commands have changed to "f" (forward) and "b" (back) so as to free up the cursor keys for normal motion. You can find an up-to-date list of agenda commands here: http://orgmode.org/manual/Agenda-commands.html#Agenda-commands Best, Matt