From 3c1ee7821cdab0fe3e557e526ba321cf4502e2c1 Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Fri, 11 Dec 2020 23:18:15 +0800 Subject: [PATCH] Fixed #429. Export multiplexing client file when publishing --- ox-reveal.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index dc33458..83277c9 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -1499,7 +1499,10 @@ is the property list for the given project. PUB-DIR is the publishing directory. Return output file name." - (org-publish-org-to 'reveal filename ".html" plist pub-dir)) + (let ((client-multiplex nil)) + (org-publish-org-to 'reveal filename ".html" plist pub-dir) + (when client-multiplex + (org-publish-org-to 'reveal filename "_client.html" plist pub-dir)))) ;; Register auto-completion for speaker notes. (when org-reveal-note-key-char