On 2016-05-09, at 16:57, Kaushal Modi <[email protected]> wrote:
> On Mon, May 9, 2016 at 10:47 AM Bill White <[email protected]> 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) I guess that OP would like some key to do this only when in plain list. It's slightly less easy then, and the preferred way (advice/new function/maybe some hook) might depend on the particular choice of the keys. Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University
