Fixed #238, add #+HTML_HEAD and #+HTML_HEAD_EXTRA

This commit is contained in:
yujie 2016-10-27 17:26:48 +08:00
parent 87d3c25ae4
commit d7ffc3fd1b
1 changed files with 2 additions and 0 deletions

View File

@ -1030,6 +1030,8 @@ info is a plist holding export options."
(org-reveal-stylesheets info)
(org-reveal-mathjax-scripts info)
(org-reveal--build-pre/postamble 'head-preamble info)
(org-element-normalize-string (plist-get info :html-head))
(org-element-normalize-string (plist-get info :html-head-extra))
"</head>
<body>\n"
(org-reveal--build-pre/postamble 'preamble info)