From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Rogers Subject: Re: [new exporter] ASCII export, single newline Date: Wed, 12 Dec 2012 15:21:21 -0800 Message-ID: <86r4muluvi.fsf@gmail.com> References: <868v935dpl.fsf@gmail.com> <87ehiurkhh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TivcE-0006iN-K2 for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 18:21:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TivcC-0003QY-PV for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 18:21:26 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:34428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TivcC-0003QM-Jk for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 18:21:24 -0500 Received: by mail-pb0-f41.google.com with SMTP id xa7so945047pbc.0 for ; Wed, 12 Dec 2012 15:21:23 -0800 (PST) In-Reply-To: <87ehiurkhh.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 12 Dec 2012 23:09:14 +0100") 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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > David Rogers writes: > >> My plain-text notes, however, often contain single newlines, which I'd >> like to retain. The new ASCII exporter converts them to spaces. If I put >> double newlines in the original, then the exporter doesn't convert >> anything, and leaves them double. I'm glad to format my originals in any >> way that works - my aim is only to get single newlines into the finished >> export. Is there an easy way to do that? > > IIUC, you want line breaks. I.e: > > Some line \\ > Some other line. Thanks... This is giving me two line breaks (i.e. inserting an unwanted blank line into the result). I want one line break, but no blank line. > > If you want a line break on every line, use #+OPTIONS: \n:t Haven't tried this yet. -- Thanks David