Re: [O] [ox-ascii, bug?] different spacing between title & author

2015-03-22 Thread Nicolas Goaziou
Hello,

Rasmus  writes:

> Newlines behave differently when using utf8 and other encodings,
> e.g. between the top line and the title (which is fine), but also between
> title and author, which I dislike a lot.  I don't know if this is a
> features.
>
> Example:
> #+title: title
> #+author: author 
>
> utf8 output with 2 newlines between title and author and no line between
> top line and title.
>
>   
>TITLE
>
>
>author
>   
>
>
> Ascii output with a single newline between title and author.  Much nicer.
>
>   
>
>TITLE
>
>author
>   

Fixed in 51b206bcd2676a3f46cbb89e6ac35d3a04ea70b5. Thank you.


Regards,

-- 
Nicolas Goaziou



[O] [ox-ascii, bug?] different spacing between title & author

2015-03-20 Thread Rasmus
Hi,

Newlines behave differently when using utf8 and other encodings,
e.g. between the top line and the title (which is fine), but also between
title and author, which I dislike a lot.  I don't know if this is a
features.

Example:
#+title: title
#+author: author 

utf8 output with 2 newlines between title and author and no line between
top line and title.


 TITLE


 author



Ascii output with a single newline between title and author.  Much nicer.



 TITLE

 author



—Rasmus

-- 
This is the kind of tedious nonsense up with which I will not put