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:45:53 +0200 Message-ID: <87r6jjwmr2.fsf@baldur.tsdh.de> References: <87bqany365.fsf@baldur.tsdh.de> <37BF6A73-B1FB-4B8A-BB72-1366799E930C@science.uva.nl> 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 1IkzIC-0002AZ-Er for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:46:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkzI7-000234-Ol for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:46:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkzI7-00022b-KV for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:46:15 -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 1IkzI6-0004gn-AV for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 05:46:14 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IkzHt-0002EY-W6 for emacs-orgmode@gnu.org; Thu, 25 Oct 2007 09:46:01 +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:46:01 +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:46:01 +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 Carsten Dominik writes: Hi Carsten, > I cannot reproduce this. Hm, I use a Emacs checkout from this morning which comes with org 5.13e, but I noticed that behavior earlier. I can reproduce the problem like this: 1. emacs -Q 2. Switch to *scratch* and eval (setq org-use-fast-todo-selection t org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w)" "|" "DONE(d)" "DEFERRED(f)" "CANCELLED(c)"))) 3. C-x C-f ~/foo.org (that file is new) 4. M-x org-mode RET 5. Write "* " which opens the tags buffer and now hitting `t' results in the error I posted in my first message, but this time with (args-out-of-range 24 40). Bye, Tassilo