From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Issue with M-RET at end of folded headline Date: Fri, 19 Apr 2013 14:31:22 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTH1q-0002Ts-8t for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 15:31:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTH1o-0002va-Dw for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 15:31:26 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:56799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTH1o-0002ub-34 for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 15:31:24 -0400 Received: by mail-la0-f53.google.com with SMTP id eg20so27582lab.12 for ; Fri, 19 Apr 2013 12:31:22 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I'm getting really odd behavior after a fresh pull/make clean/make this morning. - M-x org-version Org-mode version 8.0 (release_8.0-2-g77476c @ /home/jwhendy/.elisp/org.git/lisp/) - emacs -Q -> M-x load-file RET ~/emacs-min: ;; set load paths ;; set load dirs and global config options (add-to-list 'load-path "~/.elisp/org.git/lisp/") (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp") - Test file: #+begin_src org * Test ** test blah blah blah #+end_src Steps to reproduce - fold **test (**test...) - place cursor after ... - M-RET - No apparent result - Unfold ** test and I get #+begin_src org * Test ** test ... #+end_src If I place cursor at end of **test and then press DELETE (so that it looks like **test...), I can TAB to unfold again and now I have: #+begin_src org * Test ** test * blah blah blah #+end_src Is this a bug or did I miss a change in Org-8.0? Thanks, John