From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox-ascii, bug?] different spacing between title & author Date: Sun, 22 Mar 2015 15:21:10 +0100 Message-ID: <87bnjl2jvt.fsf@nicolasgoaziou.fr> References: <87d243z2vl.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZgjQ-0002Jz-KP for emacs-orgmode@gnu.org; Sun, 22 Mar 2015 10:20:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZgjN-00024a-Et for emacs-orgmode@gnu.org; Sun, 22 Mar 2015 10:20:00 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:58489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZgjN-00023r-7f for emacs-orgmode@gnu.org; Sun, 22 Mar 2015 10:19:57 -0400 In-Reply-To: <87d243z2vl.fsf@gmx.us> (rasmus@gmx.us's message of "Sat, 21 Mar 2015 00:05:18 +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: Rasmus Cc: emacs-orgmode@gnu.org 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=20 > > utf8 output with 2 newlines between title and author and no line between > top line and title. > > =E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94= =81 > TITLE > > > author > =E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94= =81 > > > Ascii output with a single newline between title and author. Much nicer. > > ________ > > TITLE > > author > ________ Fixed in 51b206bcd2676a3f46cbb89e6ac35d3a04ea70b5. Thank you. Regards, --=20 Nicolas Goaziou