From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: XHTML export -   etc. Date: Fri, 2 Nov 2007 15:19:34 +0000 Message-ID: <20071102151934.GA13544@atlantic.linksys.moosehall> References: <20071102121343.GD31416@atlantic.linksys.moosehall> <20071102122038.GF23492@atlantic.linksys.moosehall> <87d4usbrdw.fsf@bzg.ath.cx> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InyJB-0002JT-IC for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:19:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InyJ9-0002II-8G for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:19:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InyJ8-0002I9-P2 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:19:38 -0400 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1InyJ8-0004hB-Fd for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:19:38 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id lA2FJb6u032404 for ; Fri, 2 Nov 2007 10:19:37 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id lA2FJbZu032398 for emacs-orgmode@gnu.org; Fri, 2 Nov 2007 15:19:37 GMT Content-Disposition: inline In-Reply-To: <87d4usbrdw.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Fri, Nov 02, 2007 at 03:26:19PM +0000, Bastien wrote: > Adam Spiers writes: > > > Another XHTML export question - is it possible to export special > > symbols such as " " ? If not, perhaps the @ syntax could be > > extended from simple tags to these too, i.e. "@ " ? > > Have a look at `org-html-entities'. > > You can use \nbsp in Org source file, it'll be converted to   > smoothly. Perfect, thanks! Probably worth adding this to the docs?