emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-meta-return


From: Suvayu Ali
Subject: Re: [O] org-meta-return
Date: Wed, 20 Feb 2013 23:33:09 +0100
User-agent: Mutt/1.5.21 (2012-12-30)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]