Josh Berry <d...@condordes.net> 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), installed via
> Homebrew.  Debugger backtrace is pasted below.
> 
> [[BTW, please forgive me if this isn't a well-formed bug report; I'm
> relatively new to Emacs and don't know Elisp.  Just let me know if you
> need anything else.]]
> 
> ----------
> Debugger entered--Lisp error: (args-out-of-range 1 4913)
>   narrow-to-region(1 4913)
>   (prog2 (widen) (run-hook-with-args-until-failure (quote
> org-blocker-hook) change-plist) (narrow-to-region beg end) (goto-char
> pos))
>   (let ((beg ...) (end ...) (pos ...)) (prog2 (widen)
> (run-hook-with-args-until-failure ... change-plist) (narrow-to-region
> beg end) (goto-char pos)))
>   (org-with-wide-buffer (run-hook-with-args-until-failure (quote
> org-blocker-hook) change-plist))
> ...
>
> Can you please advise me on what (if anything) I should do next?
> Thanks in advance for your help!

See the thread
    
    http://thread.gmane.org/gmane.emacs.orgmode/38966

It seems all you have to do is "git pull; make clean; make"
and restart your emacs.

Nick

Reply via email to