From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: XHTML export -   etc. Date: Fri, 02 Nov 2007 19:21:16 +0000 Message-ID: <871wb85u8j.fsf@bzg.ath.cx> References: <20071102121343.GD31416@atlantic.linksys.moosehall> <20071102122038.GF23492@atlantic.linksys.moosehall> <87d4usbrdw.fsf@bzg.ath.cx> <20071102151934.GA13544@atlantic.linksys.moosehall> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io19D-0002ZQ-Mb for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 14:21:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io19B-0002UY-IZ for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 14:21:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io19B-0002UF-DY for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 14:21:33 -0400 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Io19B-0002XO-54 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 14:21:33 -0400 Received: by nf-out-0910.google.com with SMTP id f5so977228nfh for ; Fri, 02 Nov 2007 11:21:32 -0700 (PDT) In-Reply-To: (Daniel Clemente's message of "Fri, 2 Nov 2007 16:33:14 +0100") 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 "Daniel Clemente" writes: > Bastien suggested in other thread adding ~ to get a „protected > space" in LaTeX, and now I discover that a \nbsp is also to get a > protected space in HTML. So why can't we use the same syntax for > LaTeX and HTML? > Some other similar signs: > \- : breaking allowed > ~ : protected space > -- : hyphen > Also - , --- What about this: | Org | HTML | LaTeX | |--------+--------+-------| | \- | ­ | \- | | ~ or   |   | ~ | | -- | - | -- | | --- | -- | --- | I'm not sure about the the last two columns. Maybe it's simpler to let -- and --- be -- and --- in HTML output as well. -- Bastien