From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Change to next/previous-line in org agenda Date: Tue, 07 Aug 2012 23:13:26 +0200 Message-ID: <87txwefls9.fsf@gnu.org> References: <873940z7c3.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Syr5F-0001v4-Ml for emacs-orgmode@gnu.org; Tue, 07 Aug 2012 17:12:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Syr5E-0003AF-JD for emacs-orgmode@gnu.org; Tue, 07 Aug 2012 17:12:57 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:60464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Syr5E-0003A5-Bu for emacs-orgmode@gnu.org; Tue, 07 Aug 2012 17:12:56 -0400 Received: by wgbez12 with SMTP id ez12so43014wgb.30 for ; Tue, 07 Aug 2012 14:12:55 -0700 (PDT) In-Reply-To: <873940z7c3.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 06 Aug 2012 17:40:44 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hi Eric, Eric Abrahamsen writes: > I'm not sure people will actually want this change, but I like it, so > I'm providing a patch. All this does is change org-agenda-next-line and > org-agenda-previous-line so that they move by agenda items, and not by > actual lines. I like it too -- I implemented it differently, but this is the same idea. You can now use ̀N' and `P' to go to the next/previous agenda item. `2 N' will move by two agenda items down. Thanks for this idea, -- Bastien