-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Org-mode reader does not pass \nbsp to html #1657
Comments
@tarleb, can you comment? |
Hi @slitvinov! Thanks for the report. The Org reader, in its current state, tries to parse word starting with a backslash You can work around this by using LaTeX syntax to input a non-breaking space: As a side note / fun fact: Pandoc's LaTeX support is more complete than Emacs', giving Pandoc users more power at handling special symbols and LaTeX code: E.g. Converting |
I'm not sure, but it seemed from the original report and linked web page +++ Albert Krewinkel [Oct 20 14 10:16 ]:
|
Sorry, I wasn't clear in my answer. This is a bug in the org reader, and I actually started working on a fix. |
Org supports special symbols which can be included using LaTeX syntax. Examples for this are `\nbsp` (a non-breaking space) and `\copy` (the copyright sign ©). This fixes jgm#1657.
Org supports special symbols which can be included using LaTeX syntax. Examples for this are `\nbsp` (a non-breaking space) and `\copy` (the copyright sign ©). This fixes jgm#1657.
Org supports special symbols which can be included using LaTeX syntax, but are actually MathML entities. Examples for this are `\nbsp` (non-breaking space), `\Aacute` (the letter A with accent acute) or `\copy` (the copyright sign ©). This fixes jgm#1657.
With this file (nbsp.org):
I get
and
\nbsp
is 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.
The text was updated successfully, but these errors were encountered: