From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: XHTML export -   etc. Date: Fri, 02 Nov 2007 15:26:19 +0000 Message-ID: <87d4usbrdw.fsf@bzg.ath.cx> References: <20071102121343.GD31416@atlantic.linksys.moosehall> <20071102122038.GF23492@atlantic.linksys.moosehall> 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 1InxTq-000280-Ja for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:26:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InxTo-000279-AU for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:26:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InxTo-000276-6G for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:26:36 -0400 Received: from mu-out-0910.google.com ([209.85.134.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InxTn-0004E5-Qy for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:26:36 -0400 Received: by mu-out-0910.google.com with SMTP id i2so1178339mue for ; Fri, 02 Nov 2007 07:26:34 -0700 (PDT) In-Reply-To: <20071102122038.GF23492@atlantic.linksys.moosehall> (Adam Spiers's message of "Fri, 2 Nov 2007 12:20:38 +0000") 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 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. -- Bastien