From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Version 7.5: C-c C-t fails with "args out of range" Date: Tue, 08 Mar 2011 18:25:11 -0500 Message-ID: <6662.1299626711@alphaville.usa.hp.com> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=56890 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px6HD-0000US-CT for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 18:25:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px6HB-0006Ui-Cn for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 18:25:15 -0500 Received: from g1t0029.austin.hp.com ([15.216.28.36]:23091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px6HB-0006UD-9K for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 18:25:13 -0500 In-Reply-To: Message from Josh Berry of "Tue, 08 Mar 2011 15:08:57 PST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Josh Berry Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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), 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