emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Cursor jumps unexpectedly when calling org-agenda-todo
@ 2014-01-25  2:50 Matt Lundin
  2014-01-25 13:49 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Lundin @ 2014-01-25  2:50 UTC (permalink / raw)
  To: Org Mode

Hi Bastien,

Commit e5259962f61c398d84d43d33c29a6f021c9b326a introduced a change
(perhaps unintentional) in the function org-agenda-todo. Line 8870
added another...

(setq col (current-column))

Is this supposed to be there?

The problem is that this is called in the actual org buffer at the
location of org-marker, thus overriding the earlier value set in line
8757. 

Thus, when org-agenda-todo attempts places the cursor with
org-move-to-column (line 8796), it does so on the basis of the position
in the org file rather than the original position in the agenda. In
other words, no matter what column the cursor is at in the agenda buffer
(e.g., 0, 28, 30), it gets moved to the column of org-marker in the org
buffer (e.g., 13).

For instance, a cursor here in the agenda...

  inbox:      Scheduled:  TODO Do something                            :errands:
^

gets moved to here after calling org-agenda-todo...

  inbox:      Scheduled:  TODO Do something                            :errands:
            ^

Thanks,
Matt

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

* Re: Cursor jumps unexpectedly when calling org-agenda-todo
  2014-01-25  2:50 Cursor jumps unexpectedly when calling org-agenda-todo Matt Lundin
@ 2014-01-25 13:49 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-01-25 13:49 UTC (permalink / raw)
  To: Matt Lundin; +Cc: Org Mode

Hi Matt,

Matt Lundin <mdl@imapmail.org> writes:

> Hi Bastien,
>
> Commit e5259962f61c398d84d43d33c29a6f021c9b326a introduced a change
> (perhaps unintentional) in the function org-agenda-todo. Line 8870
> added another...
>
> (setq col (current-column))
>
> Is this supposed to be there?

Not at all, I just fixed this.

Thanks for the clear report,

-- 
 Bastien

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

end of thread, other threads:[~2014-01-25 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-25  2:50 Cursor jumps unexpectedly when calling org-agenda-todo Matt Lundin
2014-01-25 13:49 ` Bastien

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).