org: Org export

 
 12.10 Org export
 ================
 
 ‘org’ export back-end creates a normalized version of the Org document
 in current buffer.  In particular, it evaluates Babel code (See
 Evaluating code blocks) and removes other back-ends specific contents.
 
 Org export commands
 -------------------
 
 ‘C-c C-e O o     (org-org-export-to-org)’
      Export as an Org document.  For an Org file, ‘myfile.org’, the
      resulting file will be ‘myfile.org.org’.  The file will be
      overwritten without warning.
 ‘C-c C-e O O     (org-org-export-as-org)’
      Export to a temporary buffer.  Do not create a file.
 ‘C-c C-e O v’
      Export to an Org file, then open it.