From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Hofert Subject: Re: How to escape spaces after full stops? Date: Sun, 24 Jun 2012 15:40:59 +0200 Message-ID: <87pq8oomj8.fsf@math.ethz.ch> References: <87hau1n90d.fsf@math.ethz.ch> <87sjdlm45y.fsf@gmail.com> <87395ley9v.fsf@math.ethz.ch> <87obo8nc24.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sin3p-0005WR-AX for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 09:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sin3n-0008H0-CJ for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 09:41:04 -0400 Received: from edge20.ethz.ch ([82.130.99.26]:49905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sin3n-0008Gm-5Y for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 09:41:03 -0400 In-Reply-To: <87obo8nc24.fsf@gmail.com> (Nicolas Goaziou's message of "Sun, 24 Jun 2012 14:12:35 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Marius Hofert writes: > >> Is there also a way to get "\"? [there is a slight but sometimes >> important difference]. > > Do you mean "\ "? yes. > > > 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 I have put the above line in ~/.emacs and restarted emacs. It writes now as "p.17", so without space at all. Do you know why? > > > > Regards,