From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leonard Randall Subject: Re: (org-insert-headline '(4)) should insert new headline before point Date: Wed, 30 Apr 2014 18:03:05 +0100 Message-ID: References: <87a9bk9guf.fsf@bzg.ath.cx> <87zjjdafa3.fsf@bzg.ath.cx> <87eh0lg940.fsf@bzg.ath.cx> <8738gwwbxb.fsf@bzg.ath.cx> <87siowqks8.fsf@bzg.ath.cx> <87fvkvfbqb.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c339e6a436ce04f84585c4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfXuX-00027G-8u for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfXuV-00083n-CK for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:03:09 -0400 In-Reply-To: <87fvkvfbqb.fsf@bzg.ath.cx> 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: Bastien Cc: York Zhao , emacs-orgmode --001a11c339e6a436ce04f84585c4 Content-Type: text/plain; charset=UTF-8 Hi Bastien, Thanks for the fix, and sorry to be the bearer of bad news, but there seems to be a new issue. Now, if you press M-RET in a lower level tree anywhere but in the headline, it will produce a new first level headline. So, given buffer contents as in example (a), if i press M-Ret at the end of `two', I get (b) which is what I would expect, but if i press RET, then M-RET, I get (c) which is certainly not what I would expect. --example-a-- * Level one ** Level two --end-example-a-- --example b-- * Level one ** Level two ** --end-example-b-- ----example-c-- * Level one ** Level two * ----end-example-c- Thanks again. All best, Leonard --001a11c339e6a436ce04f84585c4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hi Bastien,
Th= anks for the fix, and sorry to be the bearer of bad news, but there seems t= o be a new issue. Now, if you press M-RET in a lower level tree anywhere bu= t in the headline, it will produce a new first level headline. So, given bu= ffer contents as in example (a), if i press M-Ret at the end of `two', = I get (b)=C2=A0 which is what I would=20 expect, but if i press RET, then M-RET, I get (c) which is certainly not what I would expect.

--example-a--
* Level one
<= br>
** Level two
--end-example-a--

--e= xample b--
* Level one

** Level two

**
--end-example-b--

----example-c--
* Level one
=
** Level two

*
----end-example-c-

Thanks again.

All best,
Leonard
--001a11c339e6a436ce04f84585c4--