From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Block agenda Date: Wed, 31 Dec 2014 01:14:58 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6FNK-000547-Sw for emacs-orgmode@gnu.org; Wed, 31 Dec 2014 04:15:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y6FNK-0007fi-3K for emacs-orgmode@gnu.org; Wed, 31 Dec 2014 04:15:30 -0500 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:42932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6FNJ-0007fb-S2 for emacs-orgmode@gnu.org; Wed, 31 Dec 2014 04:15:30 -0500 Received: by mail-lb0-f169.google.com with SMTP id p9so13299146lbv.0 for ; Wed, 31 Dec 2014 01:15:29 -0800 (PST) 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 How do I go back and forth across days in one view in a block agenda, without resetting the other one? I am configuring a custom view in the agenda like this: (setq org-agenda-custom-commands '(("A" "Multiple Agendas" ((agenda "" ) (agenda "" )) ((org-agenda-ndays 1))))) Note that I've stripped out all the configurations that make those two agendas different, since that's not what's relevant here. I load this view up, I position the cursor in the top view, and I hit "b" because I want to look at yesterday. Then, I position the cursor in the bottom view, and hit "b" as well. Now, the top view is redrawn, and is reset back to "today". Is it possible to navigate a block view that consists of multiple agendas in sync?