From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: How to debug "Specified time is not representable" Date: Fri, 30 Sep 2011 20:22:20 +0530 Message-ID: <81lit6rskb.fsf@gmail.com> References: <2011-09-30T16-30-44@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9eSE-00077o-1e for emacs-orgmode@gnu.org; Fri, 30 Sep 2011 10:52:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9eSB-0005Up-Uu for emacs-orgmode@gnu.org; Fri, 30 Sep 2011 10:52:46 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:59857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9eSB-0005UZ-Sd for emacs-orgmode@gnu.org; Fri, 30 Sep 2011 10:52:43 -0400 Received: by qadb17 with SMTP id b17so453693qad.0 for ; Fri, 30 Sep 2011 07:52:43 -0700 (PDT) In-Reply-To: <2011-09-30T16-30-44@devnull.Karl-Voit.at> (Karl Voit's message of "Fri, 30 Sep 2011 16:32:38 +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: news1142@Karl-Voit.at Cc: emacs-orgmode@gnu.org Karl Voit writes: > Hi! > > When I get =C2=ABSpecified time is not representable=C2=BB while creating= the > Agenda view, I want to get more information *where* the problem is. > > I found [1] and following and so I got it that there is no way of > managing timestamps before 1970 :-( > > Is there a way to get to the problematic time stamp? > > 1. http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00729.html Hope you have looked at C-h v org-read-date-force-compatible-dates=20 A simple M-x grep-find on .org files for the year should work. You may also try M-x debug-on-entry RET ding RET Look at the backtrace and see whether you can get some clues. Works best if your orgmode is not compiled --=20