On 26 Jan 2012, at 14:41, Alan Schmitt wrote:
Hello,
I'm trying to use shift selection in the text part of org files, so I
set "org-support-shift-select" to "t". Unfortunately it does not work:
nothing happens when I try to select text using shift and arrow keys.
I'm using Aquamacs 3 (compiled yesterday) and org-mode from git
(compiled this morning). How can I figure out what is going on?
With the help of David Reitter on the Aquamacs-devel mailing list, I
finally found out what is going on. Aquamacs turns on some parts of
cua-mode, which is not recognized by org-support-shift-select.
The solution is to add (cua-mode 0) in my preference file.
Alan