summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-20 09:57:38 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-20 09:57:38 +0100
commit5d2075abad761e4a8ab491a575a049394134d846 (patch)
treecc4c1cc093512bdebe16eb5fc2d70cab3c9a3a0e
parent6de5bcee87a397b6001a5702872bbfd44e6b26c9 (diff)
downloadorg-mode-5d2075abad761e4a8ab491a575a049394134d846.tar.gz
org-manual: Stick to typographic conventions
* doc/org-manual.org (Subscripts and Superscripts): Use ~...~ markup for symbols and capital letters for keywords. Also prefer direct voice and present tense whenever possible.
-rw-r--r--doc/org-manual.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index ef95d3c..5365604 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -10701,9 +10701,9 @@ change this convention. For example, when setting this variable to
~{}~, =a_b= is not interpreted as a subscript, but =a_{b}= is.
You can set ~org-use-sub-superscripts~ in a file using the export
-option =^:= (see [[*Export Settings][Export Settings]]). For example, =#+options: ^:{}=
-sets ~org-use-sub-superscripts~ to ='{}= and only the curly bracket
-notation of super- and subscripts will be used.
+option =^:= (see [[*Export Settings][Export Settings]]). For example, =#+OPTIONS: ^:{}=
+sets ~org-use-sub-superscripts~ to ~'{}~ and limits super- and
+subscripts to the curly bracket notation.
You can also toggle the visual display of super- and subscripts:
@@ -10716,7 +10716,7 @@ You can also toggle the visual display of super- and subscripts:
#+vindex: org-pretty-entities
#+vindex: org-pretty-entities-include-sub-superscripts
Set both ~org-pretty-entities~ and
-~org-pretty-entities-include-sub-superscripts~ to =t= to start with
+~org-pretty-entities-include-sub-superscripts~ to ~t~ to start with
super- and subscripts /visually/ interpreted as specified by the
option ~org-use-sub-superscripts~.