From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Emacs non-breaking space (Ctrl-x 8 ) doesn't export to HTML   Date: Tue, 13 Nov 2012 20:37:52 +0100 Message-ID: <87zk2li99r.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYMN8-00063K-IY for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 14:42:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYMN5-0002uL-G7 for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 14:42:10 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:65380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYMN5-0002uF-9h for emacs-orgmode@gnu.org; Tue, 13 Nov 2012 14:42:07 -0500 Received: by mail-wg0-f49.google.com with SMTP id gg4so3697246wgb.30 for ; Tue, 13 Nov 2012 11:42:06 -0800 (PST) In-Reply-To: (D. C. Toedt's message of "Tue, 13 Nov 2012 11:23:30 -0600") 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: "D. C. Toedt" Cc: emacs-orgmode@gnu.org Hello, "D. C. Toedt" writes: > Emacs allows you to enter a non-breaking space by typing Ctrl-x 8 . > That doesn't export to HTML as   though. Is this expected behavior, > or a bug? Org doesn't replace UTF-8 characters with HTML (or any other export target) symbols. So, yes, this is the expected behaviour. Note that you can also have a non-breaking space by using an entity: \nbsp{}. Regards, -- Nicolas Goaziou