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)

- Minimal example:

#8<----------------------------->8

hello
bye

#8<----------------------------->8

and M-x org-ascii-export-as-ascii.

- Org-maint (org-export-preserve-breaks nil) output:

hello bye

- Org-maint (org-export-preserve-breaks nil) output:

hello
bye


HTH

Miguel.


> -----Original Message-----
> From: rbeni...@inbox.com
> Sent: Wed, 23 Jul 2014 23:41:09 -0800
> To: emacs-orgmode@gnu.org
> Subject: [O] org-maint exporting ignores \n in python babel output ascii
> export; org-master doesn't though
> 
> #+BEGIN_SRC python :exports results :results raw
> return "Hello\nBye"
> #+END_SRC
> 
> exports as:
> 
> Hello Bye
> 
> with org-ascii-export-as/to-ascii (Org-mode version 8.2.7b
> (release_8.2.7b-5-gc9613c))
> 
> But it exports correctly with Org-mode version 8.3beta
> (release_8.3beta-56-gdb0130)
> 
> 
> 
> Miguel.
> 
> ____________________________________________________________
> Protect your computer files with professional cloud backup.
> Get PCRx Backup and upload unlimited files automatically.
> Learn more at http://backup.pcrx.com/mail

____________________________________________________________
FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Check it out at http://www.inbox.com/earth



Reply via email to