On Mon, Apr 22, 2013 at 1:48 PM, Carsten Dominik wrote: > Hi Jeff, > > thanks for the report - this should be fixed now. For general headlines, this is fixed for me. I'm getting bad results if there's a source code block in the headline, though. See attached pics (in chronological order) showing what happens with a setup like this: * Heading #+begin_src R a <- 1 + 2 a #+end_src * Heading2 If I fold * Heading, =C-e= to the end of the line, and then M-RET, it puts the asterisk at the end of the heading instead of creating a new one. When I unfold, there's three dots after =#+end_src= and there's the asterisk. Also, I just tried this, and if there's no space or empty lines after "Test", when I fold * Heading, the "t" appears after the folded heading "..." * Heading #+begin_src R a <- 1 + 2 a #+end_src Test The last two screenshots are of that case. I'm on Org-mode version 8.0.1 (release_8.0.1-15-g0fff0b). John > > - Carsten > > On 22.4.2013, at 17:40, Jeff Kowalczyk wrote: > >> Sometime after 37f94d2 , a bug appeared which seems close to the thread >> subject: >> >> When in the body of a heading, and pressing meta-enter, message prints: 'not >> in item'. >> >> Reverting to 37f94d2 fixes. >> >> Thanks, >> Jeff >> >> > >