From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: non-breaking space before formatted text breaks the formatting [8.3.2 (8.3.2-51-g713fe8-elpa @ /home/wilx/.emacs.d/elpa/org-20151221/)] Date: Sun, 17 Jan 2016 22:42:00 +0100 Message-ID: <87egdfj32v.fsf@nicolasgoaziou.fr> References: <569B812A.7040509@gmail.com> 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]:37481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKv3O-0002IL-Of for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 16:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKv3L-0004Tg-BH for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 16:40:06 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKv3L-0004Tc-57 for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 16:40:03 -0500 In-Reply-To: <569B812A.7040509@gmail.com> (=?utf-8?Q?=22V=C3=A1clav?= Haisman"'s message of "Sun, 17 Jan 2016 12:55:22 +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: =?utf-8?Q?V=C3=A1clav?= Haisman Cc: emacs-orgmode@gnu.org Hello, V=C3=A1clav Haisman writes: > * Testing output with non-breaking space > > This is to show issue with using Unicode=E2=80=99s non-breaking space cha= racter > before formatted text. Org-mode does not parse the formatting if the > non-breaking space is there. Org indeed doesn't give any special meaning to Unicode's characters. For the time being you might want to tweak `org-emphasis-regexp-components'. > I am using the non-breaking space character because I export some Org > documents using Pandoc into LaTeX to make a PDF. Pandoc then uses the > =E2=80=99~=E2=80=99 character in the generated LaTeX document. Out of curiosity, why do you need to go through Pandoc in order to generate LaTeX code? Regards, --=20 Nicolas Goaziou