emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Navigation problem - 5.08


From: Bernt Hansen
Subject: Re: [Orgmode] Navigation problem - 5.08
Date: Fri, 07 Sep 2007 11:08:58 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Carsten Dominik <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]