emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-mode 7.01, error while scheduling item


From: Nick Dokos
Subject: Re: [Orgmode] org-mode 7.01, error while scheduling item
Date: Wed, 18 Aug 2010 15:57:06 -0400

Marcelo de Moraes Serpa <address@hidden> 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 <RET> org.el <RET>
M-x set-variable <RET> debug-on-error <RET> t <RET>

Then trigger the error and look at the backtrace. Then you can reload
the compiled version if you want:

M-x load-library <RET> org <RET>


> >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 <RET>

Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]