[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Args out of range when creating TODOs
From: |
Tassilo Horn |
Subject: |
[Orgmode] Re: Args out of range when creating TODOs |
Date: |
Thu, 25 Oct 2007 11:45:53 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
Carsten Dominik <address@hidden> 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 "* <C-c C-t>" 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