From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Provide org-insert-subitem Date: Sun, 02 Feb 2020 08:49:17 +0100 Message-ID: <87tv49bf9e.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40694) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyA0O-0002tu-5K for emacs-orgmode@gnu.org; Sun, 02 Feb 2020 02:49:20 -0500 In-Reply-To: (Dmitrii Korobeinikov's message of "Sun, 22 Sep 2019 15:04:48 +0600") 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: Dmitrii Korobeinikov Cc: emacs-orgmode Hi Dmitrii, Dmitrii Korobeinikov writes: > In short: > org-insert-heading -> org-insert-subheading > org-insert-todo-heading -> org-insert-todo-subheading > org-insert-item -> ? > > Maybe should provide org-insert-subitem for consistency? `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. WDYT? -- Bastien