From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Masterson Subject: Re: Standard Format for Org Outlines? Date: Thu, 29 Nov 2018 00:22:01 +0000 Message-ID: References: <87h8g63k7w.fsf@nicolasgoaziou.fr> <87ftvozte6.fsf@nicolasgoaziou.fr> <87k1l0xj1o.fsf@nicolasgoaziou.fr> <878t1ex6my.fsf@nicolasgoaziou.fr> <874lc2taxc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSA5o-0001Kh-0n for emacs-orgmode@gnu.org; Wed, 28 Nov 2018 19:22:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSA5k-0002yb-PN for emacs-orgmode@gnu.org; Wed, 28 Nov 2018 19:22:07 -0500 Received: from mail-oln040092014057.outbound.protection.outlook.com ([40.92.14.57]:17955 helo=NAM05-DM3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gSA5k-0002wI-0M for emacs-orgmode@gnu.org; Wed, 28 Nov 2018 19:22:04 -0500 In-Reply-To: <874lc2taxc.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 27 Nov 2018 23:25:51 +0100") Content-Language: en-US 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" To: Neil Jerram Cc: "emacs-orgmode@gnu.org" Nicolas Goaziou writes: > David Masterson writes: > >> * Header 1 >> >> * Header 2 >> >> Position the cursor on '1' and M-return will create a new header with a >> blank line before and after it, but C-return will create a new header >> with a blank line before, but not after it. > I see. I pushed a fix in master branch. Please let me know if it > behaves better there. Good try, but I think you got it backwards. I pulled down a daily development snapshot tarball from yesterday (not good with git yet) and tried it again. This time, it broke M-return by adding an extra blank line after the header (ie. two blank lines), but still did not put in a blank line after the header on C-return. -- David