Variable: org-fontify-emphasized-text

org-fontify-emphasized-text is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means fontify *bold*, /italic/ and _underlined_ text.

Changing this variable requires a restart of Emacs to take effect.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-fontify-emphasized-text t
  "Non-nil means fontify *bold*, /italic/ and _underlined_ text.
Changing this variable requires a restart of Emacs to take effect."
  :group 'org-appearance
  :type 'boolean)