emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to escape spaces after full stops?


From: Nicolas Goaziou
Subject: Re: [O] How to escape spaces after full stops?
Date: Sun, 24 Jun 2012 14:12:35 +0200

Hello,

Marius Hofert <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]