From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Re: org-insert-heading Date: Fri, 14 Nov 2014 03:14:49 +0000 (UTC) Message-ID: References: <87oasaq38c.fsf@nicolasgoaziou.fr> 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]:36105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp7Lm-0005Ec-AS for emacs-orgmode@gnu.org; Thu, 13 Nov 2014 22:15:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xp7Lg-0002PY-96 for emacs-orgmode@gnu.org; Thu, 13 Nov 2014 22:15:06 -0500 Received: from plane.gmane.org ([80.91.229.3]:50476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp7Lg-0002PN-1d for emacs-orgmode@gnu.org; Thu, 13 Nov 2014 22:15:00 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xp7Le-0006K5-K0 for emacs-orgmode@gnu.org; Fri, 14 Nov 2014 04:14:59 +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 ; Fri, 14 Nov 2014 04:14:58 +0100 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Nov 2014 04:14:58 +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 Nicolas Goaziou nicolasgoaziou.fr> writes: > > Point is /before/ the ellipses here. You need to move after them, e.g., > using C-f or mess with `org-special-ctrl-a/e'. > > Regards, > OK thanks. I understood "behind the ellipses at the end of a headline" as "before" the ellipses, not "after". 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