emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] M-RET is not working in the ogr-plus-contrib-20170918


From: Nicolas Goaziou
Subject: Re: [O] M-RET is not working in the ogr-plus-contrib-20170918
Date: Mon, 18 Sep 2017 17:17:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Alan Schmitt <address@hidden> writes:

> On 2017-09-18 16:06, Nicolas Goaziou <address@hidden> writes:
>
>> Hello,
>>
>> Ярослав Данько <address@hidden> 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

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