org-manual.org: Enhance the "Subscripts and Superscripts" section

* doc/org-manual.org (Subscripts and Superscripts): Be more
explicit about the interaction between the relevant options.
This commit is contained in:
Bastien 2020-02-19 22:27:44 +01:00
parent 6f943b1da5
commit 86cbaff2b8
1 changed files with 14 additions and 0 deletions

View File

@ -10700,12 +10700,26 @@ get in your way. Configure the variable ~org-use-sub-superscripts~ to
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.
You can also toggle the visual display of super- and subscripts:
- {{{kbd(C-c C-x \)}}} (~org-toggle-pretty-entities~) ::
#+kindex: C-c C-x \
#+findex: org-toggle-pretty-entities
This command formats sub- and superscripts in a WYSIWYM way.
#+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
super- and subscripts /visually/ interpreted as specified by the
option ~org-use-sub-superscripts~.
** Special Symbols
:PROPERTIES:
:DESCRIPTION: Greek letters and other symbols.