From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yijun Yuan Subject: Re: Bug: org-master (release_8.3beta-56-gdb0130) ascii exporter ignores org-export-preserve-breaks Date: Fri, 5 Sep 2014 21:09:48 +0000 (UTC) Message-ID: References: <4E6B6C9D1F3.0000000Crbenit68@inbox.com> <5B1AAFD1F0B.0000044Arbenit68@inbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQ0qb-0002MC-Vg for emacs-orgmode@gnu.org; Fri, 05 Sep 2014 17:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQ0qW-0000iO-Q4 for emacs-orgmode@gnu.org; Fri, 05 Sep 2014 17:15:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:53555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQ0qW-0000dv-KF for emacs-orgmode@gnu.org; Fri, 05 Sep 2014 17:15:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XQ0qV-0001Lv-Dv for emacs-orgmode@gnu.org; Fri, 05 Sep 2014 23:15:03 +0200 Received: from 216.228.224.84 ([216.228.224.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Sep 2014 23:15:03 +0200 Received: from bbbush by 216.228.224.84 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Sep 2014 23:15:03 +0200 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 Miguel Ruiz inbox.com> writes: > > After more detailed review I have figure out that the problem more generic and the opposite of the exposed in > my previous message: > > - org-maint ascii exporter takes org-export-preserve-breaks into account (default is nil; it works as > expected, both nil and t) > > - org-master ascii exporter doesn't take org-export-preserve-breaks into account (default is nil, it > always preserves breaks) > The commit b15a9c0c1 breaks my use case. In the document of option "Org Export Preserve Breaks", ASCII export is explicitly mentioned: "In ASCII export, line breaks will always be preserved, regardless of this variable." Thanks!