Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-09 Thread Bastien
Hi David, David Maus writes: > What if BODY inserts or deletes characters inside the narrowed region? > In this case the upper boundary of the region is no longer (point-max) > before executing body. Thus the buffer might be narrowed to the wrong > region after executing body. No, wait: If BODY

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-09 Thread Bastien
Hi Carsten, Carsten Dominik writes: > (defmacro org-with-wide-buffer (&rest body) > "Execute body while temporarily widening the buffer." > `(save-excursion > (save-restriction >(widen) >,@body))) Err... of course. Stupid me. Thanks for looking into this and for the fix

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Josh Berry
On Tue, Mar 8, 2011 at 22:55, Carsten Dominik wrote: > > On 9.3.2011, at 06:49, David Maus wrote: > >> At Tue, 8 Mar 2011 15:08:57 -0800, >> Josh Berry wrote: >>> >>> Hi list, >>> >>> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change >>> TODO states at all with C-c C-t now; an ar

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Carsten Dominik
On 9.3.2011, at 06:49, David Maus wrote: > At Tue, 8 Mar 2011 15:08:57 -0800, > Josh Berry wrote: >> >> Hi list, >> >> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change >> TODO states at all with C-c C-t now; an args-out-of-range error gets >> raised. I've tried doing a "make

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread David Maus
At Tue, 8 Mar 2011 15:08:57 -0800, Josh Berry wrote: > > Hi list, > > I just upgraded from org-mode 7.4 to 7.5, and I can't set or change > TODO states at all with C-c C-t now; an args-out-of-range error gets > raised. I've tried doing a "make clean" in my org-mode checkout, to > no avail. > > I'm

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Josh Berry
On Tue, Mar 8, 2011 at 18:14, Nick Dokos wrote: > Josh Berry wrote: > >> On Tue, Mar 8, 2011 at 15:25, Nick Dokos wrote: >> > Josh Berry wrote: >> > >> >> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change >> >> TODO states at all with C-c C-t now; an args-out-of-range error ge

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Nick Dokos
Josh Berry wrote: > On Tue, Mar 8, 2011 at 15:25, Nick Dokos wrote: > > Josh Berry wrote: > > > >> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change > >> TODO states at all with C-c C-t now; an args-out-of-range error gets > >> raised. =C2=A0I've tried doing a "make clean" in

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Josh Berry
On Tue, Mar 8, 2011 at 15:25, Nick Dokos wrote: > Josh Berry wrote: > >> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change >> TODO states at all with C-c C-t now; an args-out-of-range error gets >> raised.  I've tried doing a "make clean" in my org-mode checkout, to >> no avail.

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Nick Dokos
Josh Berry wrote: > I just upgraded from org-mode 7.4 to 7.5, and I can't set or change > TODO states at all with C-c C-t now; an args-out-of-range error gets > raised. I've tried doing a "make clean" in my org-mode checkout, to > no avail. > > I'm running GNU emacs 23.2.1 on Mac OSX (in Aqua)

[O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Josh Berry
Hi list, I just upgraded from org-mode 7.4 to 7.5, and I can't set or change TODO states at all with C-c C-t now; an args-out-of-range error gets raised. I've tried doing a "make clean" in my org-mode checkout, to no avail. I'm running GNU emacs 23.2.1 on Mac OSX (in Aqua), installed via Homebre