On Wed, Sep 3, 2008 at 02:51, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>> (org-defkey org-mode-map [(meta down)] 'org-metadown)
>
> That should work, and it does for me.
OK, does not work for me. This does, however. (I got it by M-x
local-set-key RET. This is a trick I use to figure out what
On Wed, Sep 3, 2008 at 02:51, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>> (org-defkey org-mode-map [(meta down)] 'org-metadown)
>
> That should work, and it does for me.
OK, does not work for me. This does, however. (I got it by M-x
local-set-key RET. This is a trick I use to figure out what
On Sep 2, 2008, at 9:07 PM, Samuel Wales wrote:
If I evaluate the following sexp in the org-mode buffer, should it
take effect? It doesn't take effect for either ESC down or alt-down.
(org-defkey org-mode-map [(meta down)] 'org-metadown)
That should work, and it does for me.
- Carsten