diff --git a/ox-reveal.el b/ox-reveal.el index 2110fd7..7bf409a 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -484,6 +484,11 @@ using custom variable `org-reveal-root'." (local-theme-css (concat local-root "css/theme/" theme ".css")) (in-single-file (plist-get info :reveal-single-file))) (concat + ;; Default embedded style sheets + " +" ;; stylesheets (if (and in-single-file (file-readable-p local-reveal-css)