emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Args out of range when creating TODOs
@ 2007-10-25  9:05 Tassilo Horn
  2007-10-25  9:21 ` Carsten Dominik
  2007-10-25 10:40 ` Bastien
  0 siblings, 2 replies; 9+ messages in thread
From: Tassilo Horn @ 2007-10-25  9:05 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 2630 bytes --]

Hi,

I didn't follow the org development for the last few weeks, so maybe
this is no bug but a misconfiguration by me.  Anyway, I've set

    org-use-fast-todo-selection t
    org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w)"
                         "|" "DONE(d)" "DEFERRED(f)" "CANCELLED(c)"))

When I want to create a new TODO headline I do

    *** C-c C-t

which pops up the *Org Tags* buffer with my todo keywords.  Now I select
`t' and get (control letters in byte-code deleted)

Debugger entered--Lisp error: (args-out-of-range 0 1)
  replace-match(#(" TODO " 0 1 nil 1 5 (face org-todo) 5 6 nil) t t)
  byte-code("Æ .Ç\b!.\x0e.È.Sb.ÇÉ	ÊQ!.^[.ÇÊ!.Ë .Ì .Í.ÎÏÐÑ#*.Ò\fÅ\".Ò\fÓ\".\x13ÔÕ!.@È.\x1eAÖ.@!.B×.B.C\".\x1eDA@.EØ.D8.FÙ.D8.G.@.c.Ú.HÑ.I.@.J.‰.KA.L.M.œ.\x0eNÛ.ƒ.\0.OÜ=.—.\x0eN.œ.\x0eO.œ.\x0eOÜ=.œ.Ý .î.\x0eNÞ.ƒº.\x0eO.­.\x0eM.º.ßàáâ.J\"ÏÑ$.î.\x0eNã=.×.\x0e@.Ñ.\x0eL.î.\x0eL@.î.\x0eJ@.î.\x0eNä=.\b.\x0eK.J.?.î.\x0e@.û.\x0eJG.LGZåZ.J8.î.\x0eJ.Pæ.P!@).î.\x0eOÑ=.\x1d.\x0eNç.ƒ.\x01Ï.\x16N.î.\x0eN.“.\x0eNÚ.ƒ-.Ï.î.\x0eNè=.8.Ï.î.\x0eNé=.J.\x0eF.î.\x0eQ@.î.\x0eNê=.a.\x0eB.R.A@.î.\x0eR@.î.\x0eNë=.\x7f.ì.R!.R.B.R.A@.{.\x0eR@).î.\x0eN.J.@.î.í.N!S.J8.î.\x0eK.£.\x0eB.î.\x0eJ@.î.\x0e@.G.ƒ¯.Ï.î.\x0eL.¸.Ï.î.\x0eEî=.Å.\x0eL@.î.\x0eEï>.í.\x0eS.T=.Ú.\x0eL@.î.\x0eLGÈV.î.\x0eF.î.\x0eQ@.î.Ï.\x1eU.ü.ð.UðQ.ý.ð.Vñòó.@ô.Uõ\n¯\b.WÏ.X.8.@.ŠÌ .ö.÷ø.W\"+.@.t.3.ùú.@.U#.‚@.ûú.@.U#.üýÏ\".þ.VÑ.#.ÿ.A!.Z.û.a.b.\x0eV!\".\x0eB.~.Ö.U!.B×.B.C\".\x16DA@.EØ.D8.FÙ.D8.G.N.c.>.°.û.d.\x0eYG×.U.Y\".Y>GZ.e.Z.YG.f.g.×.U.Y\"ð#$.\x0eU.Q.?.Z.ƒT.\x0eN.h.>.T.\r<.Ý.U.\r>.Ý.\x0e[?.Ý.\x0eU.[.\x16X.U.\x13.\x0eU.\\.ƒ.\x03.@.\\.„.\x03.i.Ï.j.#.\x0eX.T.k.U.\x0eU.l.#.‚T.\x0eU.-.\x0eX.-.k.U.\x0eU.l.#.‚T.\x0eU.Q.ƒT.\x0e@.Q.„T.i.j.m. \".k.é.U.l.#.\x0e].e.\x0e^.e.n.ÏÑ\".o.p.!.\x0eU.Q.ƒz.q. .\x0eN..\x0eU.Q.„.\x03Ö.U!.B.r.s. .t. .u.\x0eB$.v. .Õ.n.Õ.Š.w.Õ!.Ç._!).Õ.`å.†Á.Õ.å\\W.Õ.å.†Î.Õ.b.x. .\x0e`.å.Š.y.`.\x0eW\")..‡" [outline-regexp org-todo-regexp startpos save-match-data-internal logging org-log-done org-back-to-heading looking-at 0 " +" " *" line-beginning-position match-data ((byte-code "Á\bÂ\"." [save-match-data-internal set-match-data evaporate] 3)) org-entry-get nil "LOGGING" t org-parse-local-options org-log-repeat match-string 1 org-get-todo-sequence-head assoc 3 4 "" (4) prefix org-fast-todo-selection (4) completing-read "State: " mapcar #[(x) "\bC." [x] 1] right left 2 last (4) none done nextset previousset reverse prefix-numeric-value sequence (type priority) " " :type ...] 10)
  org-todo(nil)
  call-interactively(org-todo)

When I write the TODO manually I can switch between states with C-c C-t
without problems.

Bye,
Tassilo

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-10-25 11:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-25  9:05 Args out of range when creating TODOs Tassilo Horn
2007-10-25  9:21 ` Carsten Dominik
2007-10-25  9:45   ` Tassilo Horn
2007-10-25 10:40 ` Bastien
2007-10-25  9:50   ` Tassilo Horn
2007-10-25 11:10     ` Bastien
2007-10-25 10:25       ` Tassilo Horn
2007-10-25 10:57         ` Carsten Dominik
2007-10-25 11:16           ` Tassilo Horn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).