Function: org-export-stack-refresh

org-export-stack-refresh is an interactive and byte-compiled function defined in ox.el.gz.

Signature

(org-export-stack-refresh)

Documentation

Refresh the export stack.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defun org-export-stack-refresh ()
  "Refresh the export stack."
  (interactive)
  (tabulated-list-print t))