From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: org-insert-heading Date: Wed, 12 Nov 2014 00:10:59 +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 ([2001:4830:134:3::10]:34828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoLWm-00005H-Gh for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 19:11:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoLWf-000457-1z for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 19:11:16 -0500 Received: from plane.gmane.org ([80.91.229.3]:53844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoLWe-000453-Rh for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 19:11:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XoLWc-0005vK-Uc for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 01:11:07 +0100 Received: from 147.21.8.1 ([147.21.8.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 01:11:06 +0100 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 01:11:06 +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 Question concerning the behaviour of org-insert-heading; The manual states the following. >> If the command is used at the end of a folded subtree (i.e., behind the ellipses at the end of a headline), then a headline will be inserted after the end of the subtree. << However at least in my installation (Emacs 34.3, org-mode 8.2.10), the new heading is created prior to the ellipses. For example * Heading folded... ^ cursor here, then M- results in the following. * Heading folded * ... ^ cursor here