From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: Re: Non-breaking space Date: Fri, 30 Apr 2010 12:46:27 +0200 Message-ID: <86wrvpdxq4.fsf@portan.ibr.cs.tu-bs.de> References: <87tyquoemg.dlv@debian.org> <87633a1scn.fsf@mundaneum.com> 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 1O7nkL-0005I1-KW for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 06:47:01 -0400 Received: from [140.186.70.92] (port=57279 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7nkJ-0005Ht-31 for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 06:47:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7nkH-0003S8-N8 for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 06:46:58 -0400 Received: from lo.gmane.org ([80.91.229.12]:45327) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7nkH-0003RH-Fy for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 06:46:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O7nkA-0005Sj-0i for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 12:46:50 +0200 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 ; Fri, 30 Apr 2010 12:46:50 +0200 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Apr 2010 12:46:50 +0200 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 Sébastien Vauban wrote: > Hi Nicolas and Rémi, > Rémi Vanicat wrote: >> Nicolas Girard writes: >>> How can I typeset, for instance, 100 €, in such a way that, once >>> exported in LaTeX, it gives: 100~€ (with a non-breaking space) ? >> You can use the utf-8 non breaking space (on my keyboard it's >> compose space space or alt-gr shift space or C-x 8 space) > Or the Non-Breaking SPaces automatically added. See > http://article.gmane.org/gmane.emacs.orgmode/15116 and the code > `my-insert-colon'. I don't know if it has been mentioned yet, but you can also simply use \nbsp. Cheers, Chris