Search code examples
emacsorg-mode

in org-mode, is there a function to export (current) subtree to HTML?


In org-mode, is there a function to export (current) subtree to HTML? How would one go about doing this?


Solution

  • With Org 8:

    M-x org-export-dispatch
    C-s (change the export scope to subtree)
    h (HTML menu)
    h (export to HTML file)