Hi Nicolas,

On the latest git pull, Org-mode version 7.01trans (release_7.01h. 500.gbbac.dirty), I encountered a problem with M-RET. When on a headline with text below it, M-RET will insert a new heading after the current heading, but before the text.

So starting with the following org file, and the cursor at the vertical bar:

<-------------------------
* Heading 1|
  This is some text under Heading 1
<-------------------------

Pressing M-RET results in the following:

<-------------------------
* Heading 1
* |
  This is some text under Heading 1
<-------------------------

I would have expected

<-------------------------
* Heading 1
  This is some text under Heading 1
* |
<-------------------------


Thanks,

 - Anthony

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to