From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-insert-heading Date: Sun, 16 Nov 2014 15:52:02 +0100 Message-ID: <87fvdjryel.fsf@nicolasgoaziou.fr> References: <87oasaq38c.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq1Ai-0001HQ-AP for emacs-orgmode@gnu.org; Sun, 16 Nov 2014 09:51:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq1AW-0001NF-As for emacs-orgmode@gnu.org; Sun, 16 Nov 2014 09:51:24 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:54092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq1AW-0001LG-5B for emacs-orgmode@gnu.org; Sun, 16 Nov 2014 09:51:12 -0500 In-Reply-To: (Luke Crook's message of "Fri, 14 Nov 2014 03:14:49 +0000 (UTC)") 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: Luke Crook Cc: emacs-orgmode@gnu.org Luke Crook writes: > But I still don't think it works as it is meant to. > > Org creates a new list item in the folded heading if the last line is a > list item. Otherwise org creates a new heading at the same level as the > folded heading. > > So > > * TEST > - skfjdskjfs > > gives the following > > * TEST > * > - skfjdskjfs > > But > > * Test... > > gives the following > > * TEST > - skfjdskjfs > - > > Also the following won't create a new header or list item at all. > > * TEST... > > > Doesn't do anything This should be fixed. Thank you. Regards,