From 7917211a2313bfb06e9c5b38af792b7884e7796b Mon Sep 17 00:00:00 2001 From: yujie Date: Mon, 9 May 2016 15:25:53 +0800 Subject: [PATCH] Fixed #164. Support #+HTML tag also. --- ox-reveal.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index 9942d84..ce1c95e 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -789,7 +789,8 @@ CONTENTS is nil. INFO is a plist holding contextual information." (value (org-element-property :value keyword))) (case (intern key) (REVEAL (org-reveal-parse-keyword-value value)) - (REVEAL_HTML value)))) + (REVEAL_HTML value) + (HTML value)))) (defun org-reveal-embedded-svg (path) "Embed the SVG content into Reveal HTML." (with-temp-buffer