فهرست منبع

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.
Nicolas Goaziou 5 سال پیش
والد
کامیت
5d2075abad
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      doc/org-manual.org

+ 4 - 4
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~.