From 6d5058644ba7b7009045bbae287ff16f20e421a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 5 May 2022 07:31:25 +0800 Subject: Fix path reveal.js --- modules/init-ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/init-ox-reveal.el b/modules/init-ox-reveal.el index 94b7d56..645afea 100644 --- a/modules/init-ox-reveal.el +++ b/modules/init-ox-reveal.el @@ -7,7 +7,7 @@ (use-package ox-reveal :ensure ox-reveal :config - (setq org-reveal-root (getenv (concat "file://" "REVEAL_JS_FILE"))) + (setq org-reveal-root (concat "file://" (getenv "REVEAL_JS_DIR"))) (setq org-reveal-highlight-css (getenv "REVEAL_CSS_FILE")) (setq org-reveal-ignore-speaker-notes t)) (provide 'init-ox-reveal) -- cgit v1.2.3