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"