From 6602372e8bcb5b309cbad730b5bb8095047c3076 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Wed, 12 Feb 2020 18:11:58 +0800 Subject: [PATCH] change a related config in ox-pandoc --- modules/lang/org/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 152322847..46b046288 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -442,7 +442,7 @@ file isn't in `org-directory'." (setq org-pandoc-options '((standalone . t) (mathjax . t) - (variable . "revealjs-url=https://cdn.jsdelivr.net/npm/reveal.js@3/"))))) + (variable . "revealjs-url=https://revealjs.com"))))) (defun +org-init-habit-h ()