From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-mode 7.01, error while scheduling item Date: Wed, 18 Aug 2010 15:57:06 -0400 Message-ID: <11899.1282161426@alphaville.usa.hp.com> References: <87wrscxbfz.fsf@altern.org> <12008.1282069449@alphaville.usa.hp.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=37403 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlolA-0003Vs-Fp for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 15:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Olol9-0002mh-7h for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 15:57:16 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:26934) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Olol9-0002m6-37 for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 15:57:15 -0400 In-Reply-To: Message from Marcelo de Moraes Serpa of "Wed, 18 Aug 2010 10:54:11 CDT." 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: Marcelo de Moraes Serpa Cc: Bastien , nicholas.dokos@hp.com, Org Mode Marcelo de Moraes Serpa wrote: > >(it would be better if you reloaded the > >appropriate .el files - org.el in this case - and *then* took the > >backtrace.) > > I am not an elisp expert, nor know the internals of orgmode, so sorry > about that. > No apology needed: it was meant as a (useful?) pointer for the future. You might try it now just to see what happens: M-x load-library org.el M-x set-variable debug-on-error t Then trigger the error and look at the backtrace. Then you can reload the compiled version if you want: M-x load-library org > >There are two select-window calls in org-eval-in-calendar: which one > >fails? I presume the first one, but it might be a good idea to make > >sure. Another way to ask the same thing: is there a *Calendar* buffer > >popped up when you get the error? If not, why not? > > No calendar window pops up. I have no idea why. > So the problem is that org-read-date which is supposed to pop up the calendar, for some reason does not do so. What happens if you try to pop up a calendar by hand? M-x calendar Nick