From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: FR: ASCII remove extra lines Date: Tue, 18 Sep 2012 11:27:00 +0200 Message-ID: <87vcfb630d.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDv0R-0005AA-J0 for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 06:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDv0O-0002zT-Br for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 06:26:15 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:62939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDv0O-0002vB-6F for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 06:26:12 -0400 Received: by mail-wi0-f171.google.com with SMTP id hq4so3209751wib.12 for ; Tue, 18 Sep 2012 03:26:11 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Sun, 2 Sep 2012 13:44:24 -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 Hi Samuel, Samuel Wales writes: > Here is a paragraph. > > # this is a paragraph, which i decided to comment out, but > # is separate from the previous and next paragraphs. > > Currently, ASCII export will create extra blank lines. This > is undesirable. > > Perhaps we can optionally normalize the blank lines? I'd suggest to simply use this: ,---- | # this is a paragraph, which i decided to comment out, but | # is separate from the previous and next paragraphs. | Currently, ASCII export will create extra blank lines. This | is undesirable. `---- HTH, -- Bastien