Carsten Dominik <[EMAIL PROTECTED]> writes: > You are the second person to report this problem. > Unfortunately so far I cannot reproduce this problem. > Thanks for providing a detailed test setup. Can you try again, > start your emacs with `-q -l minimal.emacs' and then explain, > key-by-key what you do to get the error? > > Thanks for helping to track this nasty bug down. > > - Carsten > > P.S. I guess turning off flyspell-mode does not help?
Here's my simple setup to reproduce the problem ,----[ minimal.emacs ] | (global-font-lock-mode t) | | (add-to-list 'load-path (expand-file-name "~/org-mode")) | (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) | (require 'org-install) | (define-key global-map "\C-ca" 'org-agenda) | (custom-set-variables | '(org-agenda-files (quote ("~/org/test.org")))) | (setq org-use-fast-todo-selection t) `---- ,----[ test.org ] | #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) | DONE(d) DEFERRED(p) CANCELLED(c) | * one | ** STARTED one-one | SCHEDULED: <2007-09-07 Fri> | ** APPT one-two | SCHEDULED: <2007-09-07 Fri> `---- Start emacs with ,---- | $ emacs22 -q -l minimal.emacs `---- then do the following keystrokes: ^C a a (to get the the agenda view) down arrow (to first task one-one) SPACE (to display the test.org file and task) down arrow (to second task one-two) t (to change TODO keyword) t (select TODO) That's it. The agenda is now wrong. Task one-one was modified instead of one-two. Regards, Bernt. _______________________________________________ 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