Variable: org-export-with-title

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

Value

t

Documentation

Non-nil means print title into the exported file.

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

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-title t
  "Non-nil means print title into the exported file.
This option can also be set with the OPTIONS keyword,
e.g. \"title:nil\"."
  :group 'org-export-general
  :version "26.1"
  :package-version '(Org . "8.3")
  :type 'boolean
  :safe #'booleanp)