From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luciano Passuello Subject: Insert heading above current one Date: Fri, 29 Sep 2017 11:12:05 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxw2T-0005If-SE for emacs-orgmode@gnu.org; Fri, 29 Sep 2017 10:13:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxw2Q-0004C8-N5 for emacs-orgmode@gnu.org; Fri, 29 Sep 2017 10:13:13 -0400 Received: from vps2.litemind.com ([192.159.65.166]:48802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxw2Q-0003xb-Hb for emacs-orgmode@gnu.org; Fri, 29 Sep 2017 10:13:10 -0400 Received: from mail-lf0-f48.google.com ([209.85.215.48]:49347) by vps2.litemind.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89) (envelope-from ) id 1dxw1j-0002OO-MZ for emacs-orgmode@gnu.org; Fri, 29 Sep 2017 10:12:27 -0400 Received: by mail-lf0-f48.google.com with SMTP id r17so310114lff.6 for ; Fri, 29 Sep 2017 07:12:27 -0700 (PDT) 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" To: emacs-orgmode@gnu.org Hello everybody, first message here. According to org-insert-heading documentation: "If point is at the beginning of a heading, insert a new heading or a new headline above the current one." I like this behavior very much, and in orgmode 8.x, calling org-insert-heading at the beginning of a line indeed creates a heading before the current one, even when org-insert-heading-respect-content is set. For orgmode 9.x, this only works when org-insert-heading-respect-content is nil. I find this annoying, because I like to have org-insert-heading-respect-content non-nil AND to be able to insert a heading before the current one. Is that by design or a bug? I couldn't find any mention to the new behavior in the Changes page. Thanks!