summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-07-05 00:13:05 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-07-05 00:13:05 +0200
commitb13d8bf5f7df7cdbba187cc885dce5af7e4cd314 (patch)
tree9e74d520c1b502effc5c93484f6c3e152d7d96dc
parent14420911f71a807bab3b67a73d6fe629b8d53a1a (diff)
downloadorg-mode-b13d8bf5f7df7cdbba187cc885dce5af7e4cd314.tar.gz
org-manual: Document zero width space
* doc/org-manual.org (Escape Character): New node.
-rw-r--r--doc/org-manual.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index cb750ec..0a5f7b5 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18234,6 +18234,24 @@ init file[fn:140].
| {{{kbd(s)}}} | =#+BEGIN_SRC= ... =#+END_SRC= |
| {{{kbd(v)}}} | =#+BEGIN_VERSE= ... =#+END_VERSE= |
+** Escape Character
+
+#+cindex: escape character
+#+cindex: zero width space
+You may sometimes want to write text that looks like Org syntax, but
+should really read as plain text. Org may use a specific escape
+character in some situations, e.g., a backslash in macros (see [[*Macro
+Replacement]]). In the general case, however, we suggest to use the
+zero width space. You can get it with one of the following:
+
+: C-x 8 <RET> zero width space <RET>
+: C-x 8 <RET> 200B <RET>
+
+For example, in order to write =[[1,2]]= as-is in your document, you can
+write this, where =X= denotes the zero width space character:
+
+: [[X1,2]]
+
** Speed Keys
:PROPERTIES:
:DESCRIPTION: Electric commands at the beginning of a headline.