From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to debug "org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61" Date: Thu, 05 Jan 2012 20:01:08 -0500 Message-ID: <8762gp3aqz.fsf@norang.ca> References: <20120106002125.GA32086@shi.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiyBF-0007dP-Rw for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 20:01:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiyBF-0000fZ-19 for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 20:01:13 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:19029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiyBE-0000f7-T6 for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 20:01:12 -0500 In-Reply-To: <20120106002125.GA32086@shi.workgroup> (Gregor Zattler's message of "Fri, 6 Jan 2012 01:21:25 +0100") 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: Gregor Zattler Cc: emacs-orgmode Gregor Zattler writes: > Hi org-mode developers and -users, > > I use org-mode to record my working time. If I wnt to know the > total time worked on a project I do a M-X org-clock-display. > > But this suddenly gives me this error message: > > org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61 > > I checked the org file but do not find any irregularities in the > clock tables. I even deleted all individual `=> HH:MM' time > ranges but this did not help. > > This happens with emacs23.3, org-mode 6.33 as with Emacs-snapshot > and newest org-mode so I assume it is something like a syntax > error in my org file. > > Any idea where to look for the cause of the error? If you generate a backtrace with uncompiled org source files you should get an indication of where the problem is. Regards, Bernt