Vanilla emacs now has shift selection (as of version 23?), so try
disabling shift select in CUA and enabling the standard shift select.
M-x customize-variable shift-select-mode
On Sun, Jan 31, 2010 at 2:36 PM, Ivan Vanyushkin wrote:
> Hello.
>
> I want to use C-x/C-c/C-v and Shift-arrows selecti
Hello.
I want to use C-x/C-c/C-v and Shift-arrows selection with org-mode.
GNU Emacs 23.1.50.1, org-mode 6.34, .emacs:
(cua-mode 1)
(setq org-support-shift-select t)
If this two options are on, then Shift key selection with arrow keys
doesn't work: no selection, just cursor movements. Accordin