Variable: org-export-with-fixed-width

org-export-with-fixed-width is a customizable variable defined in ox.el.gz.

Value

t

Documentation

Non-nil means export lines starting with ":".

This option can also be set with the OPTIONS keyword, e.g. "::nil".

This variable was added, or its default value changed, in Org version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-fixed-width t
  "Non-nil means export lines starting with \":\".
This option can also be set with the OPTIONS keyword,
e.g. \"::nil\"."
  :group 'org-export-general
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'boolean
  :safe #'booleanp)