Hi Bastien,

On Fri, 04 Sep 2020 at 17:20, Bastien <b...@gnu.org> wrote:
> Hi Marco,
>
> Marco Wahl <marcowahls...@gmail.com> writes:
>
>> (add-hook 'visual-line-mode-hook
>>           (lambda () (when (derived-mode-p 'org-mode)
>>                        (local-set-key (kbd "C-a") #'org-beginning-of-line)
>>                        (local-set-key (kbd "C-e") #'org-end-of-line)
>>                        (local-set-key (kbd "C-k") #'org-kill-line))))
>
> Nice -- I've added this to https://orgmode.org/worg/org-hacks.html

I do think my other workaround is worth pondering to be included, so
that this would work out-of-the-box.  Do you see any particular
drawbacks of setting these bindings directly (that is, not by remapping)
in `org-mode-map'?

Best,
Gustavo.

Reply via email to