From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: Navigation problem - 5.08
Date: Fri, 07 Sep 2007 11:08:58 -0400 [thread overview]
Message-ID: <87y7fims1h.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: 0726f1014ee96c5a096ed4e1912e819c@science.uva.nl
Carsten Dominik <dominik@science.uva.nl> 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.
prev parent reply other threads:[~2007-09-07 15:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-06 16:55 Navigation problem - 5.08 Bernt Hansen
2007-09-06 18:15 ` Bernt Hansen
2007-09-07 8:04 ` Carsten Dominik
2007-09-07 15:08 ` Bernt Hansen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y7fims1h.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--cc=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.