From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [new exporter] ASCII export, single newline Date: Wed, 12 Dec 2012 23:09:14 +0100 Message-ID: <87ehiurkhh.fsf@gmail.com> References: <868v935dpl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TivUd-0002Uz-Sd for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 18:13:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TivUb-0000pz-Mo for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 18:13:35 -0500 Received: from mail-wg0-f51.google.com ([74.125.82.51]:62889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiuYZ-0001Wl-3o for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 17:13:35 -0500 Received: by mail-wg0-f51.google.com with SMTP id gg4so489079wgb.30 for ; Wed, 12 Dec 2012 14:13:34 -0800 (PST) In-Reply-To: <868v935dpl.fsf@gmail.com> (David Rogers's message of "Wed, 12 Dec 2012 10:26:30 -0800") 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: David Rogers Cc: emacs-orgmode@gnu.org 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. If you want a line break on every line, use #+OPTIONS: \n:t Regards, -- Nicolas Goaziou