From f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0 Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Sun, 27 Nov 2022 16:14:24 +0800 Subject: [PATCH] Fixed #474. Update highlight plugin css path --- ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index 3448222..f4d4e94 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -344,7 +344,7 @@ Example: :group 'org-export-reveal :type 'list) -(defcustom org-reveal-highlight-css "%r/lib/css/zenburn.css" +(defcustom org-reveal-highlight-css "%r/plugin/highlight/zenburn.css" "Highlight.js CSS file." :group 'org-export-reveal :type 'string)