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

2010-08-18 Thread Nick Dokos
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?)

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

2010-08-18 Thread Marcelo de Moraes Serpa
>(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. >There are two select-window calls in org-eval-in-calendar: which one >fails? I presume the f

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

2010-08-17 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hey guys, I'm still having this issue. I've tried downloading emacs > again from emacsformacosx.com, but the problem is still there. > > Any ideas? > > Thanks, > > Marcelo. > > On Thu, Aug 5, 2010 at 1:37 PM, Marcelo de Moraes Serpa > wrote: > > Hi Bastien, I

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

2010-08-17 Thread Marcelo de Moraes Serpa
Hey guys, I'm still having this issue. I've tried downloading emacs again from emacsformacosx.com, but the problem is still there. Any ideas? Thanks, Marcelo. On Thu, Aug 5, 2010 at 1:37 PM, Marcelo de Moraes Serpa wrote: > Hi Bastien, I've posted the backtrace, it should be in the thread, a >

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

2010-08-05 Thread Marcelo de Moraes Serpa
Hi Bastien, I've posted the backtrace, it should be in the thread, a few messages earlier. Thanks, Marcelo. On Sat, Jul 31, 2010 at 4:11 AM, Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > >> I updated to org-mode Org-mode version 7.01trans >> (release_7.01g.20.gdd484), and

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

2010-08-01 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > I updated to org-mode Org-mode version 7.01trans > (release_7.01g.20.gdd484), and when trying to schedule an item with > C-c s, I get the following error: > > org-eval-in-calendar: Wrong type argument: window-live-p, nil Do you still have this error

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

2010-07-25 Thread David Maus
Marcelo de Moraes Serpa wrote: >GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-08. >Backtrace attached. Thanks. It looks like a problem with calendar.el: Org tries to use a function in the calendar-buffer named "*Calendar*" and fails because there is no window that co

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

2010-07-23 Thread Marcelo de Moraes Serpa
From: Marcelo de Moraes Serpa Date: 2010/7/23 Subject: Re: [Orgmode] org-mode 7.01, error while scheduling item To: David Maus GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-08. Backtrace attached. Thanks, Marcelo. On Fri, Jul 23, 2010 at 12:44 AM, David Maus

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

2010-07-22 Thread David Maus
Marcelo de Moraes Serpa wrote: >I updated to org-mode Org-mode version 7.01trans >(release_7.01g.20.gdd484), and when trying to schedule an item with >C-c s, I get the following error: >org-eval-in-calendar: Wrong type argument: window-live-p, nil >Any ideas? Can you provide a backtrace for this

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

2010-07-22 Thread Marcelo de Moraes Serpa
Hey guys, I updated to org-mode Org-mode version 7.01trans (release_7.01g.20.gdd484), and when trying to schedule an item with C-c s, I get the following error: org-eval-in-calendar: Wrong type argument: window-live-p, nil Any ideas? Thanks, Marcelo. __