Re: [Orgmode] Re: Args out of range when creating TODOs

2007-10-25 Thread Carsten Dominik
There is a lot of code happening between the moment of the match, and the replacement. So far none of this code seems to have had the effect of changing the match data, I have been careful to avoid this. However, in your case it seems that some internal code does change it. I believe the foll

Re: [Orgmode] Re: Args out of range when creating TODOs

2007-10-25 Thread Bastien
Tassilo Horn <[EMAIL PROTECTED]> writes: > 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