Variable: org-export-dispatch-last-action
org-export-dispatch-last-action is a variable defined in ox.el.gz.
Value
nil
Documentation
Last command called from the dispatcher.
The value should be a list. Its CAR is the action, as a symbol, and its CDR is a list of export options.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defvar org-export-dispatch-last-action nil
"Last command called from the dispatcher.
The value should be a list. Its CAR is the action, as a symbol,
and its CDR is a list of export options.")