M-RET behave differently in org mode 8.0.3

拈花ヽ惹草 提交于 2019-12-10 22:14:43

问题


My emacs version is GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-18 on MARVIN.

If I start emacs with '-q' option, I'll use the built-in org-mode 7.9.3f, and for following text

* Level 1
** Level 2
   Some text for level2.

if I press M-RET at the end of the last line, I'll get a new heading in a new line.

* Level 1
** Level 2
   Some text for level2.
** 

However, in org mode 8.0.3(from ELPA), it makes the last line a new heading instead of inserting a new one.

* Level 1
** Level 2
** Some text for level2.

It's very intrusive and I'm wondering whether it's a bug or something. Could you tell me how to get M-RET behave like version 7.9.3f?


回答1:


This is known new behavior which was introduced just recently and a possible bug, see

  • http://thread.gmane.org/gmane.emacs.orgmode/72172
  • http://thread.gmane.org/gmane.emacs.orgmode/72399


来源:https://stackoverflow.com/questions/17088264/m-ret-behave-differently-in-org-mode-8-0-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!