Hello,

Alan Schmitt <[email protected]> writes:

> On 2017-09-18 16:06, Nicolas Goaziou <[email protected]> writes:
>
>> Hello,
>>
>> Ярослав Данько <[email protected]> writes:
>>
>>> Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed
>>> that M-RET is not working anymore to continue the list or to insert a new
>>> heading. If this is a intended change, what combination of keys is now
>>> instead of the old one? Thanks in advance.
>>
>> We recently messed with M-RET binding, but it should still be there.
>> I cannot reproduce your problem. You may want to restart your Emacs
>> session.
>>
>> Also, what is the return value for "F1 c M-RET"? Do you run Emacs from
>> a terminal?
>
> I'm using Spacemacs and I'm seeing the same thing. M-RET now has the
> default Spacemacs binding (it's a prefix). I'm wondering if
> evil-org-mode should be updated.

For the record, we changed

  (org-defkey org-mode-map [(meta return)] 'org-meta-return)

into

  (org-defkey org-mode-map (kbd "M-RET") #'org-meta-return)

This may be related to a binding priority order.


Regards,

-- 
Nicolas Goaziou

Reply via email to