Marcelo de Moraes Serpa <celose...@gmail.com> 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



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to