From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Getzner Subject: [BUG] Mark-up handling chokes on unicode whitespace Date: Tue, 23 Sep 2014 12:44:09 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWPSV-0002WB-E4 for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 08:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWPSK-0002UZ-MO for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 08:44:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:60263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWPSK-0002Ta-Fh for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 08:44:32 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWPSD-0004ON-Qy for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 14:44:25 +0200 Received: from glenalbyn.linguistics.ruhr-uni-bochum.de ([134.147.14.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Sep 2014 14:44:25 +0200 Received: from tobias.getzner by glenalbyn.linguistics.ruhr-uni-bochum.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Sep 2014 14:44:25 +0200 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: emacs-orgmode@gnu.org When mark-up such as =monospace=, /italic/, etc. is preceded by a non-8bit whitespace, e. g., «narrow no-break space» (U+202F) or «no-break space» (U+00A0), org-mode will not recognize the mark-up content correctly; i. e., this content will fail to be syntax-highlighted, and the mark-up syntax will be exported in verbatim by the exporter. Best regards, Tobias