From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: How to debug "Specified time is not representable" Date: Tue, 04 Oct 2011 13:10:50 +0530 Message-ID: <81r52tjjb1.fsf@gmail.com> References: <2011-09-30T16-30-44@devnull.Karl-Voit.at> <81lit6rskb.fsf@gmail.com> <2011-10-03T13-48-08@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAzcl-000117-9A for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 03:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAzck-0007rL-54 for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 03:41:11 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:54237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAzcj-0007rG-Ui for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 03:41:10 -0400 Received: by yxi19 with SMTP id 19so243366yxi.0 for ; Tue, 04 Oct 2011 00:41:09 -0700 (PDT) In-Reply-To: <2011-10-03T13-48-08@devnull.Karl-Voit.at> (Karl Voit's message of "Mon, 3 Oct 2011 13:50:37 +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 >> A simple M-x grep-find on .org files for the year should work. > > I do not know the year. That is what regexps are for. If you visit the org file and do M-x occur RET [<[]19[0-7][0-9] RET you are likely to find all entries in the 1900 and 1979 range. It is not my intention to provide you with a outright solution but only to give sufficient hints so that you make progress. >> You may also try >> M-x debug-on-entry RET ding RET >> Look at the backtrace and see whether you can get some clues. > > Sorry, no clue. > >> Works best if your orgmode is not compiled > > When I have compiled Orgmode, should I delete all *.elc files? May be the debug-on-entry is the wrong strategy for the problem at hand. You may disregard my suggestion. --