On Wed, Feb 20, 2013 at 04:17:48PM -0500, 42 147 wrote: > > I notice that C-M-RET is undefined. If anyone wants to add the > functionality as described in my original post, and bind it to that key > chord, I would be grateful; in the meantime, I'll create a macro / > interactive defun to do the same.
Jon's suggestion is pretty good, but you can also do (org-defkey org-mode-map (kbd "C-M-RET") 'my-interactive-defun) where my-interactive-defun does what you want. -- Suvayu Open source is the future. It sets us free.