emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Keybinding for org-footnote-action in mail-mode


From: Bastien
Subject: Re: [O] Keybinding for org-footnote-action in mail-mode
Date: Thu, 03 Jan 2013 13:36:53 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Igor,

Igor Sosa Mayor <address@hidden> writes:

> (eval-after-load 'mail '(define-key mail-mode-map [C-c C-x f] 
> 'org-footnote-action))

(define-key mail-mode-map "\C-c\C-xf" 'org-footnote-action)

You might also want to turn on orgstruct++-mode like this:

(add-hook 'mail-mode-hook 'turn-on-orgstruct++)

HTH,

-- 
 Bastien



reply via email to

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