Variable: org-export-dispatch-last-position

org-export-dispatch-last-position is a variable defined in ox.el.gz.

Value

#<marker in no buffer>

Documentation

The position where the last export command was created using the dispatcher.

This marker will be used with C-u (universal-argument) C-c C-e to make sure export repetition uses the same subtree if the previous command was restricted to a subtree.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defvar org-export-dispatch-last-position (make-marker)
  "The position where the last export command was created using the dispatcher.
This marker will be used with `\\[universal-argument] C-c C-e' to make sure export repetition
uses the same subtree if the previous command was restricted to a subtree.")