Nicolas Goaziou <n.goaz...@gmail.com> writes:
> Hello, > > Marius Hofert <marius.hof...@math.ethz.ch> 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,