From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: Org-mode version 5.01 Date: Tue, 03 Jul 2007 19:38:39 -0400 Message-ID: <87hcolrrb4.fsf@adboyd.com> References: <02fd7c0eda862268ec5e7b120b793663@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5rxK-0005o6-2J for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 19:38:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5rxJ-0005nu-LP for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 19:38:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5rxJ-0005nr-Fn for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 19:38:49 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I5rxJ-0004fx-04 for emacs-orgmode@gnu.org; Tue, 03 Jul 2007 19:38:49 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I5rxH-0000ns-BP for emacs-orgmode@gnu.org; Wed, 04 Jul 2007 01:38:47 +0200 Received: from 156-40.126-70.tampabay.res.rr.com ([70.126.40.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2007 01:38:47 +0200 Received: from david by 156-40.126-70.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2007 01:38:47 +0200 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: emacs-orgmode@gnu.org Carsten Dominik writes: > Hi, > > I am releasing Org-mode 5.01. It is available at my website > So, if I'm in the agenda, and I hit 'd' to go to daily mode, then 'w' to back to week mode, I get: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) -(2 nil) (let* ((nt ...) (n1 org-agenda-start-on-weekday) (d ...)) (setq sd (- sd ...)) (setq nd 7)) (cond ((eq span ...) (setq nd 1)) ((eq span ...) (let* ... ... ...)) ((eq span ...) (setq sd ... nd ...)) ((eq span ...) (setq sd ... nd ...))) (let* ((greg ...) nd) (cond (... ...) (... ...) (... ...) (... ...)) (cons sd nd)) org-agenda-compute-time-span(732860 week) (let* ((sd ...) (computed ...) (org-agenda-overriding-arguments ...)) (org-agenda-redo) (org-agenda-find-today-or-agenda)) org-agenda-change-time-span(week) org-agenda-week-view() call-interactively(org-agenda-week-view) which is the same thing I get with M-S : (org-agenda-week-view) Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) -(2 nil) (let* ((nt ...) (n1 org-agenda-start-on-weekday) (d ...)) (setq sd (- sd ...)) (setq nd 7)) (cond ((eq span ...) (setq nd 1)) ((eq span ...) (let* ... ... ...)) ((eq span ...) (setq sd ... nd ...)) ((eq span ...) (setq sd ... nd ...))) (let* ((greg ...) nd) (cond (... ...) (... ...) (... ...) (... ...)) (cons sd nd)) org-agenda-compute-time-span(732860 week) (let* ((sd ...) (computed ...) (org-agenda-overriding-arguments ...)) (org-agenda-redo) (org-agenda-find-today-or-agenda)) org-agenda-change-time-span(week) org-agenda-week-view() eval((org-agenda-week-view)) eval-expression((org-agenda-week-view) nil) call-interactively(eval-expression) Hope that helps more! I wonder how to get the ...'s to be replaced with real data? Dave