From b13d8bf5f7df7cdbba187cc885dce5af7e4cd314 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 5 Jul 2018 00:13:05 +0200 Subject: [PATCH] org-manual: Document zero width space * doc/org-manual.org (Escape Character): New node. --- doc/org-manual.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index cb750ecc2..0a5f7b572 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 zero width space +: C-x 8 200B + +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.