From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [AGENDA VIEW] Isn't g supposed to refresh agenda views ? Date: Wed, 14 Aug 2013 10:31:51 -0400 Message-ID: <874nasgx7s.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9c7O-0007uu-Mx for emacs-orgmode@gnu.org; Wed, 14 Aug 2013 10:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9c7I-00016Z-OB for emacs-orgmode@gnu.org; Wed, 14 Aug 2013 10:32:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:33945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9c7I-00016P-Gx for emacs-orgmode@gnu.org; Wed, 14 Aug 2013 10:32:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V9c7H-00023y-B7 for emacs-orgmode@gnu.org; Wed, 14 Aug 2013 16:32:03 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Aug 2013 16:32:03 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Aug 2013 16:32:03 +0200 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 "Xavier Maillard" writes: > Hello again, > > With my copy of orgmode, pressing g in the Agenda View does not behave > as I would have expected it. > > Here is the docstring: > > g runs the command org-agenda-redo, which is an interactive compiled > Lisp function in `org-agenda.el'. > > It is bound to g, . > > (org-agenda-redo &optional ALL) > > Rebuild possibly ALL agenda view(s) in the current buffer. > > Though it effectively does something, it does not really refresh my > agenda view since, as of the date of today (Wednesday 14th), it is stuck > to yesterday... > I've never tried leaving an agenda buffer open overnight and refresh it in the morning: if I remember, I'll try it tonight and see what happens (I could simulate the whole thing right now but no time). > What can I do to debug this ? You should probably check the variables whose names start with ``org-agenda-start-...'' to make sure that they have not been inadvertently modified incorrectly, particularly org-agenda-start-on-weekday. What I would do is run edebug on org-agenda-redo and make sure it is executed, but assuming that it is, it sounds like it is making the implicit assumption that the agenda was created today. You can always quit the agenda buffer and recreate it: that should work. > > Additional informations: > 1. GNU emacs 24.3.1 > 2. org-mode from Git (dunno how to give you its version though) > M-x org-version RET -- Nick