emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-meta-return and lists


From: Tom Short
Subject: Re: [Orgmode] org-meta-return and lists
Date: Wed, 3 Nov 2010 17:56:21 -0400

On Wed, Nov 3, 2010 at 5:50 PM, Anthony Lander <address@hidden> wrote:
> Hi Tom,
>
>
> In order to avoid a prefix key, I did the following in my .emacs:
>
> (defun my-org-mode-hook ()
>  (define-key org-mode-map (kbd "<C-M-return>") (lambda () (interactive)
> (org-insert-heading 1 nil))))
> (add-hook 'org-mode-hook 'my-org-mode-hook)
>

Thanks, Anthony. That's better. - Tom



reply via email to

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