summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-11 15:01:35 +0100
committerBastien Guerry <bzg@altern.org>2013-02-11 15:01:35 +0100
commitb05259ee9b5eb7bb008913f20e0dc86edf825bcb (patch)
treee56c057f9f8909d4cc1ce58835cdd562bbc4475e
parent8e34ec0b2b9d42ab2052ceb29d40370b67c50265 (diff)
downloadorg-mode-b05259ee9b5eb7bb008913f20e0dc86edf825bcb.tar.gz
org.texi (Emphasis and monospace): Mention `org-fontify-emphasized-text' and `org-emphasis-regexp-components'
* org.texi (Emphasis and monospace): Mention `org-fontify-emphasized-text' and `org-emphasis-regexp-components'. Thanks to Roland Winkler for suggesting this.
-rw-r--r--doc/org.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 3e2f30a..799b20e 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9271,11 +9271,18 @@ multiple footnotes side by side.
@cindex verbatim text, markup rules
@cindex code text, markup rules
@cindex strike-through text, markup rules
+@vindex org-fontify-emphasized-text
+@vindex org-emphasis-regexp-components
You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
and @code{~verbatim~}, and, if you must, @samp{+strike-through+}. Text
in the code and verbatim string is not processed for Org mode specific
syntax; it is exported verbatim.
+To turn off fontification for marked up text, you can set
+@code{org-fontify-emphasized-text} to @code{nil}. To fine tune what
+characters are allowed before and after the special characters, see
+@code{org-emphasis-regexp-components}.
+
@node Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements
@subheading Horizontal rules
@cindex horizontal rules, markup rules