Lars Ingebrigtsen <la...@gnus.org> writes: > Lennart Borgman <lennart.borg...@gmail.com> writes: > >> Shift-select in cua-mode does not work in org-mode although >> org-replace-disputed-keys is t, org-disputed-keys are set for shift >> arrow keys and org-support-shift-select is always > > Is this problem still present in Emacs 24.3?
With Emacs from trunk: ~$ emacs RET C-x C-f test.org RET M-x cua-mode RET M-: (setq org-support-shift-select t) RET M-: (insert "blahblah") RET C-a S-<right> will select correctly here. ~$ emacs RET M-: (setq org-support-shift-select t) RET M-: (setq org-replace-disputed-keys t) RET M-: (insert "* A headline") RET C-a S-<right> will also select correctly instead of switching the TODO keyword. So I'm not really sure what is the bug here. Lennart, can you be more specific? Thanks! -- Bastien