* doc/org-manual.org: Clarify that org-emphasis-alist does not affect parser
(Emphasis and Monospace): Clarify that modifying `org-emphasis-alist' does not affect parser; just the fontification.
This commit is contained in:
parent
6c40983e86
commit
f80c824040
|
@ -11143,7 +11143,9 @@ exported verbatim.
|
|||
#+vindex: org-fontify-emphasized-text
|
||||
To turn off fontification for marked up text, you can set
|
||||
~org-fontify-emphasized-text~ to ~nil~. To narrow down the list of
|
||||
available markup syntax, you can customize ~org-emphasis-alist~.
|
||||
the fontified markup syntax, you can customize
|
||||
~org-emphasis-alist~[fn:: The markup will still be recognized. Just
|
||||
not highlighted visually in Emacs.].
|
||||
|
||||
#+vindex: org-hide-emphasis-markers
|
||||
To hide the emphasis markup characters in your buffers, set
|
||||
|
|
Loading…
Reference in New Issue