From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Bug in org-insert-heading-after-current? Date: Mon, 28 Jan 2013 17:57:54 +0100 Message-ID: <878v7d9re5.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzs2t-00076N-45 for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 11:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tzs2r-0006An-Ec for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 11:58:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:58740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzs2r-0006AH-8j for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 11:58:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tzs35-0007ej-9H for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 17:59:11 +0100 Received: from g231111163.adsl.alicedsl.de ([92.231.111.163]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jan 2013 17:59:11 +0100 Received: from tjolitz by g231111163.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jan 2013 17:59:11 +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: emacs-orgmode@gnu.org Hi List, 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: PS Org-mode version 7.9.3d (release_7.9.3d-826-gbe0d87 @ /usr/share/emacs/24.2/lisp/org/lisp/) GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.2) of 2012-11-18 on eric -- cheers, Thorsten