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:33:42 +0200 Message-ID: <3EF57236-7349-48BB-86EB-1155450D8830@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> <145CF774-77B2-4FCE-B52D-998D9EEC468F@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]:39784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqjx-0002nc-Dx for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:34:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGqjp-0008TL-1X for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:33:53 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:46290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqjo-0008TE-Qz for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:33:44 -0400 Received: by mail-wi0-f174.google.com with SMTP id hj3so1952885wib.1 for ; Tue, 03 Sep 2013 06:33:43 -0700 (PDT) In-Reply-To: <145CF774-77B2-4FCE-B52D-998D9EEC468F@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:25 PM, Carsten Dominik = wrote: >=20 > On Sep 3, 2013, at 3:16 PM, Nicolas Goaziou = wrote: >=20 >> 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 >=20 >=20 > 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? OK, I just re-read your earlier mail, and you had only made this request = for auto and t values of org-blank before new entry. I'll contemplate this. - Carsten >=20 > Thanks >=20 > - Carsten >=20 >>=20 >>=20 >> Thanks. >>=20 >> Regards, >>=20 >> --=20 >> Nicolas Goaziou >=20