Variable: org-export-in-background

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

Value

nil

Documentation

Non-nil means export and publishing commands will run in background.

Results from an asynchronous export are never displayed automatically. But you can retrieve them with M-x org-export-stack (org-export-stack).

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-in-background nil
  "Non-nil means export and publishing commands will run in background.
Results from an asynchronous export are never displayed
automatically.  But you can retrieve them with `\\[org-export-stack]'."
  :group 'org-export-general
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'boolean)