From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Args out of range when creating TODOs Date: Thu, 25 Oct 2007 11:50:05 +0200 Message-ID: <87myu7wmk2.fsf@baldur.tsdh.de> References: <87bqany365.fsf@baldur.tsdh.de> <87r6jjlbp1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkzQk-0005ui-AA for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:55:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkzQh-0005tN-GU for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:55:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkzQh-0005tG-C5 for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:55:07 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IkzQg-0006o6-JM for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:55:06 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IkzQc-00043F-B2 for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 09:55:02 +0000 Received: from dslb-084-063-008-006.pools.arcor-ip.net ([84.63.8.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Oct 2007 09:55:02 +0000 Received: from tassilo by dslb-084-063-008-006.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Oct 2007 09:55:02 +0000 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: emacs-orgmode@gnu.org Bastien writes: Hi Bastien, >> I didn't follow the org development for the last few weeks, so maybe >> this is no bug but a misconfiguration by me. > > What version of Org are you using? > > I cannot reproduce your problem here with latest Org 5.13e. Same here. >> When I want to create a new TODO headline I do >> >> *** C-c C-t > > I got an error only if I try to C-c C-t *immediatly* after the three > asterisks, without the mandatory space. Yeah, then I get Debugger entered--Lisp error: (error "before first heading") signal(error ("before first heading")) error("before first heading") org-back-to-heading() byte-code(...) org-todo(nil) call-interactively(org-todo) which is different and the error indicates what I'm doing wrong. > But your error is different, am I right? Yes. I even get it with emacs -Q and only the two settings (setq org-use-fast-todo-selection t org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w)" "|" "DONE(d)" "DEFERRED(f)" "CANCELLED(c)"))) evaled. Bye, Tassilo -- The First Law of Thermodynamics states that energy can neither be created nor destroyed... unless it meets Chuck Norris.