[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to escape spaces after full stops?
From: |
Marius Hofert |
Subject: |
Re: [O] How to escape spaces after full stops? |
Date: |
Sun, 24 Jun 2012 15:40:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Nicolas Goaziou <address@hidden> writes:
> Hello,
>
> Marius Hofert <address@hidden> 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,