From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: XHTML export -   etc. Date: Sun, 04 Nov 2007 12:45:40 +0000 Message-ID: <87y7de9o23.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> <871wb85u8j.fsf@bzg.ath.cx> <41c818190711021150w49e8fbbdu5258300bae65f736@mail.gmail.com> <87sl3oxkep.fsf@bzg.ath.cx> 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 1IodvK-0006qO-8D for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 06:45:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IodvI-0006pm-6q for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 06:45:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IodvI-0006pi-3N for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 06:45:48 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IodvH-0005GK-Q3 for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 06:45:47 -0500 Received: by nf-out-0910.google.com with SMTP id f5so1242562nfh for ; Sun, 04 Nov 2007 03:45:46 -0800 (PST) In-Reply-To: (Daniel Clemente's message of "Sun, 4 Nov 2007 01:00:08 +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: > Sorry, I wanted to say the symbol for „*nonbreaking space*" could be > \~ , instead of just ~ I think this would be weird. By "nonbreaking character", I meant the output of C-x 8 SPC (try it). This is iso-8859-1, not ascii, so we should avoid to handle this in Org source file -- but my bet is that people who want to insert nonbreaking characters are also people using other charsets than ascii. > Is it better to enter the unicode character directly, or offering > something like \~ ? For me \~ would rather mean "don't convert ~", which means: output "~" (at least in LaTeX, since the normal LaTeX conversion for ~ is \~) -- Bastien