From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-insert-heading rewritten from scratch Date: Tue, 3 Sep 2013 15:25:16 +0200 Message-ID: <145CF774-77B2-4FCE-B52D-998D9EEC468F@gmail.com> References: <6570EFE0-1DCA-44D1-AAD9-BE51A278EE58@gmail.com> <87txj0d3y8.fsf@ericabrahamsen.net> <2CBE3492-5A45-48D6-AF3B-A81D0C322009@gmail.com> <877gf2nd2y.fsf@gmail.com> <87a9jxlzsa.fsf@gmail.com> <7F861E6F-B668-4D9E-A684-37610C5BF93D@gmail.com> <878uze3v0x.fsf@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqbn-0007Vo-7I for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:25:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGqbe-00065U-QV for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:25:27 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:43420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqbe-00065B-K3 for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:25:18 -0400 Received: by mail-we0-f181.google.com with SMTP id p60so340524wes.40 for ; Tue, 03 Sep 2013 06:25:17 -0700 (PDT) In-Reply-To: <878uze3v0x.fsf@gmail.com> 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: Nicolas Goaziou Cc: Eric Abrahamsen , emacs-orgmode@gnu.org On Sep 3, 2013, at 3:16 PM, Nicolas Goaziou wrote: > Hello, >=20 > Carsten Dominik writes: >=20 >>> Moreover, AFAICT, there's no more difference between C-u M-RET, = which >>> meant "create headline right here" and M-RET. >>=20 >> C-u means: Do not ask org-insert-item, just go ahead and insert a = heading. >> That is supposed to be the only difference. >=20 > Point taken. I thought C-u had another meaning too. >=20 >> Please take another look. >=20 > It looks better. Though it seems to ignore a nil > `org-blank-before-new-entry' value for `heading': >=20 > * H >=20 > X >=20 > Here I get, >=20 > * H >=20 > * X >=20 > but, with a nil value, it should be: >=20 > * H > * X Hmmm, I thought you just asked me to implement exactly what you see, = namely that M-RET will not remove empty lines above the cursor - only = add them. Did I misunderstand? Thanks - Carsten >=20 >=20 > Thanks. >=20 > Regards, >=20 > --=20 > Nicolas Goaziou