On Mon, May 9, 2016 at 10:47 AM Bill White <billw@wolfram.com> wrote:
Now if only one could bind these to more-convenient keys than M-{ and
M-} when in a plain list.

Now only if emacs allowed changing the default key bindings :P :)

Check out C-h f define-key

(define-key org-mode-map (kbd "KEY") #'COMMAND) 
--

--
Kaushal Modi