From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: comments after paragraph remove newline Date: Sun, 10 Feb 2013 20:40:30 +0100 Message-ID: <87y5ewdkk1.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4dCB-0003a6-Pk for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 15:08:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4dCA-0006r4-Rd for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 15:08:15 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:63658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4clc-0000v7-05 for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 14:40:48 -0500 Received: by mail-wi0-f179.google.com with SMTP id ez12so2464271wid.0 for ; Sun, 10 Feb 2013 11:40:47 -0800 (PST) In-Reply-To: (Samuel Wales's message of "Sun, 10 Feb 2013 11:49:27 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, Samuel Wales writes: > If there were a blank line above the comment, the newline removal > would be appropriate, but not when there is no blank line above it. > > === input > > *** test > no comments > > one > > comments > # test > > two > > === ascii > > no comments > > one > > comments > two > > === Blank lines below an element belong to that element, by definition. So, obviously, just add a blank line between "comments" and "# test" and it will not be removed. Regards, -- Nicolas Goaziou