13.9.5 Exporting to minimal HTML

如需输出不含 CSS、JavaScript、页眉与页脚的极简 HTML 文件,需设置以下变量:

(setq org-html-head ""
      org-html-head-extra ""
      org-html-head-include-default-style nil
      org-html-head-include-scripts nil
      org-html-preamble nil
      org-html-postamble nil
      org-html-use-infojs nil)