Next: , Previous: Export options, Up: Exporting


12.4 The export dispatcher

All export commands can be reached using the export dispatcher, which is a prefix key that prompts for an additional key specifying the command. Normally the entire file is exported, but if there is an active region that contains one outline tree, the first heading is used as document title and the subtrees are exported.

C-c C-e
Dispatcher for export and publishing commands. Displays a help-window listing the additional key(s) needed to launch an export or publishing command. The prefix arg is passed through to the exporter. If the option org-export-run-in-background is set, Org will run the command in the background if that seems useful for the specific command (i.e. commands that write to a file).
C-c C-e v
Like C-c C-e, but only export the text that is currently visible (i.e. not hidden by outline visibility).
C-u C-u C-c C-e
Call an the exporter, but reverse the setting of org-export-run-in-background, i.e. request background processing if not set, or force processing in the current Emacs process if st.