[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] C-o now mapped to org-ctrl-o surprise
From: |
Bastien |
Subject: |
Re: [O] C-o now mapped to org-ctrl-o surprise |
Date: |
Sun, 14 Apr 2013 10:31:34 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Hi Sean,
"Sean O'Halpin" <address@hidden> writes:
> I was quite surprised after pulling down master to find that C-o has
> been bound to org-ctrl-o (commit 45d6d8f8 2013-04-05 11:14:20 +0200).
>
> I personally don't use open-line much myself so remap this key for my own use.
>
> Wouldn't it be better to do something like:
>
> (define-key org-mode-map [remap open-line] 'org-ctrl-o)
>
> and let the user choose which key does open-line rather than create a
> new keybinding which might override a user definition? Also, perhaps
> the function should be called org-open-line rather than org-ctrl-o.
Indeed. I renamed the command and used remap as you suggest.
--
Bastien