From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Berry Subject: Re: Version 7.5: C-c C-t fails with "args out of range" Date: Tue, 8 Mar 2011 16:35:57 -0800 Message-ID: References: <6662.1299626711@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38968 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px7Nf-0004T5-Bh for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 19:36:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px7Ne-00013w-Cf for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 19:35:59 -0500 Received: from mail-qy0-f169.google.com ([209.85.216.169]:59526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px7Ne-00013s-75 for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 19:35:58 -0500 Received: by qyk2 with SMTP id 2so3613132qyk.0 for ; Tue, 08 Mar 2011 16:35:57 -0800 (PST) In-Reply-To: <6662.1299626711@alphaville.usa.hp.com> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org 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 my org-mode checkout, t= o >> no avail. ... >> Can you please advise me on what (if anything) I should do next? >> Thanks in advance for your help! > > See the thread > > =C2=A0 =C2=A0http://thread.gmane.org/gmane.emacs.orgmode/38966 > > It seems all you have to do is "git pull; make clean; make" > and restart your emacs. Unfortunately this doesn't help. I did as you suggested -- switched back to master, then did git pull; make clean; make all, and I can still reproduce the problem. I'm on commit 4090006ab124dd10698f21f1ee44c913b5faf990. Thanks, Josh