From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jisang Yoo Subject: M-RET inside the first second-level heading of the first first-level heading Date: Thu, 25 Apr 2013 20:39:37 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVT7G-0003It-Uw for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 16:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVT7F-0002LQ-Mo for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 16:50:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:45611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVT7F-0002JF-Fv for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 16:50:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UVT7D-0002rt-AO for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 22:50:03 +0200 Received: from 125.138.115.74 ([125.138.115.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Apr 2013 22:50:03 +0200 Received: from jisang.yoo.ac+org by 125.138.115.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Apr 2013 22:50:03 +0200 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@gnu.org short description: When I try to create a new heading using M-RET, it works as expected except one case: inside the first second-level heading of the first first-level heading. This bug affects the latest ELPA version of org, but not the latest bundled-with-Emacs version long description: Org version 8.0.1-6-ge6776c-elpaplus GNU Emacs 24.3.1 Create an org buffer with the following contents * crunchy ** bacon * soft ** tofu * warm ** milk 1. Place cursor at the end of bacon and press M-RET and org creates a first- level heading, when it should have created a second level heading as it does at the end of tofu or milk. 2. Place cursor at the beginning of "** bacon" and press M-RET and org creates a first-level heading. The odd behavior disappears after I add an empty line before the first heading.