Hi all,

Pressing these key-chords just gives:

user-error: To use shift-selection with Org-mode, customize `org-support-shift-select'

I don't think that it's very productive to occupy a key binding with a function that 
just says to me that I made an error. Or is it an advertisement for shift-selection:)?

I've got global windmove bindings on C- arrows, and buffer-move on C-S- arrows,
so now I have to set specifically:

(define-key org-mode-map [(control shift right)] nil)
(define-key org-mode-map [(control shift left)] nil)
(define-key org-mode-map [(control shift up)] nil)
(define-key org-mode-map [(control shift down)] nil)

I don't feel bad about the other two bindings, because they were actually doing something
useful, but these two...

I think a way out of this is either enabling `org-support-shift-select' by default,
or not to bind these key chords. But that's just my opinion.

regards,
Oleh