From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: error navigating the agenda "org-agenda-earlier" Date: Tue, 04 Jan 2011 01:18:22 +0100 Message-ID: References: <87y671plz7.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=44587 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZube-0008C9-OV for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 19:18:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZuba-0004cI-Di for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 19:18:30 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:40208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZuba-0004cD-4y for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 19:18:26 -0500 Received: by bwz16 with SMTP id 16so16790546bwz.0 for ; Mon, 03 Jan 2011 16:18:25 -0800 (PST) In-Reply-To: <87y671plz7.fsf@norang.ca> (Bernt Hansen's message of "Mon, 03 Jan 2011 19:10:36 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Richard Riley , emacs-orgmode@gnu.org Bernt Hansen writes: > Richard Riley writes: > >> Using org from git today:- >> >> C-c a a to bring up my agenda for the week. >> >> ,---- >> | b runs the command org-agenda-earlier, which is an interactive compiled Lisp >> | function in `org-agenda.el'. >> `---- >> >> Debugger entered--Lisp error: (error "Not allowed in nil-type agenda buffers") >> signal(error ("Not allowed in nil-type agenda buffers")) >> error("Not allowed in %s-type agenda buffers" nil) >> org-agenda-check-type(t agenda) >> org-agenda-later(-1) >> org-agenda-earlier(1) >> call-interactively(org-agenda-earlier nil nil) >> >> The first few "b" presses worked then sometime in my october I got the >> above. >> >> If you cant reproduce I can try and narrow it down more. > > Hi Richard, > > More information would be good. Things like: > > - what is the SHA1 of the git commit are you on? > - Is it back that breaks or something on the week you are displaying? > - Is your org-agenda-files variable a list of files, directories, other? > > I can't reproduce this here. I went back to September 2010 a week at a > time without any problems. I'm currently using org-agenda-files with a > list of directories instead of files (but I have no idea if that has > anything to do with your problem or not). Hi Bernd, It's a list of files. I will try the list of directories tomorrow AM and let you know - I dont *think* that was possible when I set my org up ;) r.