Skip to content

Org-mode reader does not pass \nbsp to html #1657

@slitvinov

Description

@slitvinov

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
<p></p>

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions