From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to escape spaces after full stops? Date: Sun, 24 Jun 2012 14:12:35 +0200 Message-ID: <87obo8nc24.fsf@gmail.com> References: <87hau1n90d.fsf@math.ethz.ch> <87sjdlm45y.fsf@gmail.com> <87395ley9v.fsf@math.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiljN-00071c-Na for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 08:15:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiljM-0000Iq-4t for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 08:15:53 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:48843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiljL-0000Ih-Rw for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 08:15:52 -0400 Received: by wefh52 with SMTP id h52so2735535wef.0 for ; Sun, 24 Jun 2012 05:15:49 -0700 (PDT) In-Reply-To: <87395ley9v.fsf@math.ethz.ch> (Marius Hofert's message of "Sun, 24 Jun 2012 13:37:32 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marius Hofert Cc: emacs-orgmode@gnu.org Hello, Marius Hofert writes: > Is there also a way to get "\"? [there is a slight but sometimes > important difference]. Do you mean "\ "? Not out of the box, but you can add your own entities in `org-entities-user'. For example, you can have: (add-to-list 'org-entities-user '(spc "\\ " nil " " " " " " " ")) And then use p.\spc{}17 Regards, -- Nicolas Goaziou