Variable: org-export-async-debug

org-export-async-debug is a variable defined in ox.el.gz.

Value

nil

Documentation

Non-nil means asynchronous export process should leave data behind.

This data is found in the appropriate "*Org Export Process*" buffer, and in files prefixed with "org-export-process" and located in temporary-file-directory(var)/temporary-file-directory(fun).

When non-nil, it will also set debug-on-error to a non-nil value in the external process.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defvar org-export-async-debug nil
  "Non-nil means asynchronous export process should leave data behind.

This data is found in the appropriate \"*Org Export Process*\"
buffer, and in files prefixed with \"org-export-process\" and
located in `temporary-file-directory'.

When non-nil, it will also set `debug-on-error' to a non-nil
value in the external process.")