Marius Hofert <marius.hof...@math.ethz.ch> writes: > Nicolas Goaziou <n.goaz...@gmail.com> writes:
>> 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? Yes, that is a typo on my side: it should be "spc", not spc. Regards,