From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug in org-insert-heading-after-current? Date: Mon, 11 Feb 2013 17:44:50 +0100 Message-ID: <87621yg5q5.fsf@bzg.ath.cx> References: <878v7d9re5.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4wVB-00028z-I5 for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 11:45:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4wV6-0007ds-2U for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 11:45:09 -0500 Received: from we-in-x0235.1e100.net ([2a00:1450:400c:c03::235]:62622 helo=mail-we0-x235.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4wV5-0007Z8-Si for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 11:45:04 -0500 Received: by mail-we0-f181.google.com with SMTP id t44so4972246wey.26 for ; Mon, 11 Feb 2013 08:45:02 -0800 (PST) In-Reply-To: <878v7d9re5.fsf@googlemail.com> (Thorsten Jolitz's message of "Mon, 28 Jan 2013 17:57:54 +0100") 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hi Thorsten, Thorsten Jolitz writes: > having added a property drawer with two entries: > > ,--------------------- > | * Definitions > | :PROPERTIES: > | :exports: both > | :results: replace > | :END: > `--------------------- > > I evaluate: > > ,--------------------------- > | (outline-previous-heading) > | (org-insert-heading-after-current) > `--------------------------- > > and get: > > ,------------------------ > | * Definitions > | :PROPERTIES: > | :exports: both > | :results: replace > | * > | [2013-01-28 Mo 17:48] > | :END: > `------------------------ > > while the new heading should be below the :END: I cannot reproduce this with the current HEAD of the git repository and a bare emacs -Q. Is there other info I need to reproduce this? Thanks! -- Bastien