Variable: org-export-body-only

org-export-body-only is a customizable variable defined in ox.el.gz.

Value

nil

Documentation

The initial "Body only" setting when exporting with org-export-dispatch.

Non-nil means only export body code, without the surrounding template.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-body-only nil
  "The initial \"Body only\" setting when exporting with `org-export-dispatch'.
Non-nil means only export body code, without the surrounding
template."
  :group 'org-export-general
  :package-version '(Org . "9.7")
  :type 'boolean
  :safe #'booleanp)