From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox-odt, bug] no space after math Date: Thu, 26 Feb 2015 15:43:39 +0100 Message-ID: <87bnkgag2s.fsf@nicolasgoaziou.fr> References: <871tlcrcc2.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQzeB-0007Pf-4m for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 09:42:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQze7-0004AU-5W for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 09:42:39 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:52933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQze6-0004AQ-WF for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 09:42:35 -0500 In-Reply-To: <871tlcrcc2.fsf@gmx.us> (rasmus@gmx.us's message of "Thu, 26 Feb 2015 15:12:29 +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: > ox-odt doesn't insert space after math-fragments (at least when using > mathml). It becomes particular annoying when converting from via LO to > doc. > > Test case: > > * test > x \(y\) z > > Convert via ox-odt and notice that it has essentially been transformed = to > > x [\(y\)]z=20 > > where [=B7] is some sort of box that LO puts math inside... The box is= kind > of wide enough inside LO, but the width "disappears" when exporting fro= m > LO. In any case, *a space is lost in ox-odt* and it shouldn't be IMO. Fixed in cebdec663d63d6971c20cb99e5502e646ee12187. Thank you. Regards, --=20 Nicolas Goaziou