From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bart Bunting" Subject: Moving by block in the block agenda Date: Wed, 05 Feb 2014 09:46:36 +1100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAolU-0005EF-9u for Emacs-orgmode@gnu.org; Tue, 04 Feb 2014 17:46:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAolP-0002vk-4b for Emacs-orgmode@gnu.org; Tue, 04 Feb 2014 17:46:48 -0500 Received: from that.urnet.com.au ([203.7.149.1]:4203 helo=bit.local) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAolO-0002tz-Pu for Emacs-orgmode@gnu.org; Tue, 04 Feb 2014 17:46:43 -0500 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 Hi, I have a block agenda defined which is mostly taken from Bernt Hansen's org-mode.org. Some of the blocks contain many entries. I am trying to find out if there is a simple way to navigate between agenda blocks. The most likely thing I found was org-agenda-goto-block-beginning but it doesn't appear to do that. What am I missing? -- Kind regards Bart