From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [BUG] Mark-up handling chokes on unicode whitespace Date: Tue, 23 Sep 2014 13:03:06 -0400 Message-ID: <87a95qp8vp.fsf@gmail.com> References: 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]:53727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWTUq-0003aZ-01 for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 13:03:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWTUg-0005DU-Ll for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 13:03:23 -0400 Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:45726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWTUg-0005CG-IF for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 13:03:14 -0400 Received: by mail-qg0-f43.google.com with SMTP id f51so4834202qge.16 for ; Tue, 23 Sep 2014 10:03:09 -0700 (PDT) In-Reply-To: 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: Tobias Getzner , emacs-orgmode@gnu.org Hi Tobias, 2014ko irailak 23an, Tobias Getzner-ek idatzi zuen: >=20 > When mark-up such as =3Dmonospace=3D, /italic/, etc.=C2=A0is preceded by = a=20 > non-8bit whitespace, e.=C2=A0g., =C2=ABnarrow no-break space=C2=BB (U+202= F) or =C2=ABno-break=20 > space=C2=BB (U+00A0), org-mode will not recognize the mark-up content=20 > correctly; i.=E2=80=AFe., this content will fail to be syntax-highlighted= , and=20 > the mark-up syntax will be exported in verbatim by the exporter. You will need to change the variable org-emphasis-regexp-components; see the documentation thereof. --=20 Aaron Ecay