From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Provide org-insert-subitem Date: Sun, 02 Feb 2020 11:43:30 -0600 Message-ID: <87v9oo28cd.fsf@alphapapa.net> References: <87tv49bf9e.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40845) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyJHW-0005bG-Tv for emacs-orgmode@gnu.org; Sun, 02 Feb 2020 12:43:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyJHW-0002uu-1G for emacs-orgmode@gnu.org; Sun, 02 Feb 2020 12:43:38 -0500 Received: from ciao.gmane.io ([159.69.161.202]:55112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iyJHV-0002uH-Rz for emacs-orgmode@gnu.org; Sun, 02 Feb 2020 12:43:37 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1iyJHU-000Mb6-Cb for emacs-orgmode@gnu.org; Sun, 02 Feb 2020 18:43:36 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Bastien writes: > `org-insert-subheading' and `org-insert-todo-subheading' are not used > anywhere in Org's code. Do you them? How? > > I'm more inclined to delete these commands since they have no binding > than to add an `org-insert-subitem'. > > Hitting then seems swift and handy enough. Please do not delete org-insert-subheading! I use it every day and have for years. :) It would be much less convenient to have to use two commands. BTW, in my version of Org, org-insert-subheading works on both list items and subheadings, so there's no need for a separate org-insert-subitem command: Insert a new subheading and demote it. Works for outline headings and for plain lists alike.