From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Strange behavior with block agendas Date: Fri, 6 Feb 2015 02:02:27 -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]:37040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJfkZ-0001G4-US for emacs-orgmode@gnu.org; Fri, 06 Feb 2015 05:03:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJfkZ-0006eP-9U for emacs-orgmode@gnu.org; Fri, 06 Feb 2015 05:02:59 -0500 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:42757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJfkZ-0006eH-23 for emacs-orgmode@gnu.org; Fri, 06 Feb 2015 05:02:59 -0500 Received: by mail-lb0-f175.google.com with SMTP id n10so12709328lbv.6 for ; Fri, 06 Feb 2015 02:02:58 -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" If a block agenda exists, with say, agenda on top and todo on the bottom, then by default it opens to "today". It is possible then to press j and select a different date to go to. After that, if we hit "r" to redisplay, we get different behavior: - If the point is in the agenda section of the buffer, then the agenda is redisplayed with the date that was selected after hitting "j" - If the point is in the todo section of the buffer, then the agenda is redisplayed with today's date. Do you guys think this is correct behavior, or inconsistent behavior?