Browse Source

org-manual: Refer to link format in "Escape Character"

* doc/org-manual.org (Escape Character): Mention Link Format section
for completeness.
Nicolas Goaziou 5 years ago
parent
commit
cac0e46559
1 changed files with 5 additions and 4 deletions
  1. 5 4
      doc/org-manual.org

+ 5 - 4
doc/org-manual.org

@@ -18935,10 +18935,11 @@ using it on a headline displays "Document Structure" section.
 #+cindex: zero width space
 #+cindex: zero width space
 You may sometimes want to write text that looks like Org syntax, but
 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
 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]]) or a comma in source and example blocks (see [[*Literal
-Examples]]).  In the general case, however, we suggest to use the zero
-width space.  You can insert one with any of the following:
+character in some situations, i.e., a backslash in macros (see [[*Macro
+Replacement]]) and links (see [[*Link Format]]), or a comma in source and
+example blocks (see [[*Literal Examples]]).  In the general case, however,
+we suggest to use the zero width space.  You can insert one with any
+of the following:
 
 
 : C-x 8 <RET> zero width space <RET>
 : C-x 8 <RET> zero width space <RET>
 : C-x 8 <RET> 200B <RET>
 : C-x 8 <RET> 200B <RET>