From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: nbsp in latex export Date: Tue, 26 May 2009 15:06:04 +0200 Message-ID: <86hbz8m2tf.fsf@portan.ibr.cs.tu-bs.de> 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 1M8wMJ-0001AK-En for emacs-orgmode@gnu.org; Tue, 26 May 2009 09:06:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8wME-0001A0-Ve for emacs-orgmode@gnu.org; Tue, 26 May 2009 09:06:22 -0400 Received: from [199.232.76.173] (port=57929 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8wME-00019x-OA for emacs-orgmode@gnu.org; Tue, 26 May 2009 09:06:18 -0400 Received: from main.gmane.org ([80.91.229.2]:51056 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M8wME-00059U-6A for emacs-orgmode@gnu.org; Tue, 26 May 2009 09:06:18 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M8wMC-0001sS-Oq for emacs-orgmode@gnu.org; Tue, 26 May 2009 13:06:16 +0000 Received: from portan.ibr.cs.tu-bs.de ([134.169.34.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 May 2009 13:06:16 +0000 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 May 2009 13:06:16 +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 Hi, I noticed in the org manual today that "`\nbsp' will become ` ' in HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp becomes $\nbsp$. I would rather have the behaviour of the documentation, but I was not implement it myself---I tried adding a special case to `org-export-latex-treat-backslash-char', but it didn't work. Cheers, Chris