summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-07-04 23:37:48 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-07-04 23:37:48 +0200
commitbeaf58a815e3ccae136dc0aea9f2ad970620eede (patch)
treeef0159b865ff1fcc2244af9544af37c2c2eb5a1a
parent9cc47f885300d4ec84eba0501c6558b1219190a1 (diff)
downloadorg-mode-beaf58a815e3ccae136dc0aea9f2ad970620eede.tar.gz
org-manual: Do not document entities as a way to escape markup
* doc/org-manual.org (Special Symbols): Do not document entities as a way to escape markup. In this example, a zero width space is more appropriate.
-rw-r--r--doc/org-manual.org4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index f352fad..749e6be 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -10683,10 +10683,6 @@ the exporter back-end. Strings like =\alpha= are exported as =&alpha;= in
the HTML output, and as =\(\alpha\)= in the LaTeX output. Similarly, =\nbsp=
becomes =&nbsp;= in HTML and =~= in LaTeX.
-#+cindex: escaping characters
-Entities may also be used as a way to escape markup in an Org
-document, e.g., =\under{}not underlined\under= exports as =_not underlined_=.
-
#+cindex: special symbols, in-buffer display
If you would like to see entities displayed as UTF-8 characters, use
the following command[fn:111]: