Variable: org-export-visible-only

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

Value

nil

Documentation

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

Non-nil means don't export the contents of hidden elements.

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-visible-only nil
  "The initial \"Visible only\" setting when exporting with `org-export-dispatch'.
Non-nil means don't export the contents of hidden elements."
  :group 'org-export-general
  :package-version '(Org . "9.7")
  :type 'boolean
  :safe #'booleanp)