From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: problems with clock report mode in agenda view Date: Mon, 01 Jun 2009 10:20:24 +0100 Message-ID: <87hbz02tuv.fsf@eeepc.chemeng.ucl.ac.uk> 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 1MBAZ7-0004sz-CE for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 12:40:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBAZ2-0004rE-Pd for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 12:40:48 -0400 Received: from [199.232.76.173] (port=53695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBAZ2-0004rB-Hr for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 12:40:44 -0400 Received: from main.gmane.org ([80.91.229.2]:60736 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 1MBAZ1-0005j5-Ol for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 12:40:43 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MBAZ0-0002dg-9p for emacs-orgmode@gnu.org; Mon, 01 Jun 2009 16:40:42 +0000 Received: from dip018.chemeng.ucl.ac.uk ([128.40.228.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Jun 2009 16:40:42 +0000 Received: from ucecesf by dip018.chemeng.ucl.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Jun 2009 16:40:42 +0000 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 Hello, I'm using the latest org-mode, current as of this morning (Monday, 1 June) from the git repository, and, for some reason, I get the following error when I try to enable clockreport-mode in the agenda (via the 'R' key): org-set-startup-visibility: Wrong type argument: characterp, nil This doesn't happen if I start emacs with -Q so it's obviously something I'm doing wrong but I cannot figure out what it might be... Any suggestions? This is the full debug trace: Debugger entered--Lisp error: (wrong-type-argument characterp nil) org-cycle((4)) org-set-startup-visibility() org-mode() org-get-clocktable(:link t :maxlevel 2 :tstart 733559 :tend 733560 :scope agenda) apply(org-get-clocktable (:link t :maxlevel 2 :tstart 733559 :tend 733560 :scope agenda)) org-agenda-list(nil nil 1) eval((org-agenda-list (quote nil) nil 1)) (let nil (eval org-agenda-redo-command)) eval((let nil (eval org-agenda-redo-command))) org-let(nil (eval org-agenda-redo-command)) ad-Orig-org-agenda-redo() org-agenda-redo() org-agenda-clockreport-mode() call-interactively(org-agenda-clockreport-mode nil nil) Thanks, eric