With this file (**nbsp.org**): ``` \nbsp ``` I get ``` pandoc -t json -f org nbsp.org [{"unMeta":{}},[{"t":"Para","c":[{"t":"RawInline","c":["latex","\\nbsp"]}]}]] ``` and `\nbsp` is missing in html output ``` pandoc -t html -f org def.org ``` This is a relevant section of org-mode manual. http://orgmode.org/manual/Special-symbols.html [A list of special entities in org-mode with LaTeX, HTML, and ASCII replacements.](https://github.com/jwiegley/org-mode/blob/2668d9e9cecce37d5598275fce380842f5a4a28c/lisp/org-entities.el#L50)
With this file (nbsp.org):
I get
and
\nbspis missing in html outputThis is a relevant section of org-mode manual.
http://orgmode.org/manual/Special-symbols.html
A list of special entities in org-mode with LaTeX, HTML, and ASCII
replacements.