From a995a9cf4ca578939cc36ea229d5c28ca6a3fd1e Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Mon, 25 Oct 2021 22:24:14 +0800 Subject: [PATCH] Correct the wrong function name introduced in #461's fix. --- ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index 8a36d5b..ca5a077 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -827,7 +827,7 @@ Reveal.initialize({ (let ((obj (car r)) (remain-index (cdr r))) (and obj - (cons obj (read-sexps-from-string (substring s remain-index))))))))) + (cons obj (org-reveal--read-sexps-from-string (substring s remain-index))))))))) (defun org-reveal-plugin-scripts-4 (plugins info) "Return scripts for initializing reveal.js 4.x builtin scripts"