From a02e0831982d390773493268a98c78a0b7d6ed0c Mon Sep 17 00:00:00 2001 From: "Noah D. Brenowitz" Date: Tue, 25 Mar 2014 02:30:10 -0400 Subject: [PATCH] fixed pdf export issue I implement the fix in https://github.com/hakimel/reveal.js/issues/808 exactly. This commit requires the use of a ?print-pdf modifier to the URL as detailed in the issue above. --- ox-reveal.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index 36d638b..cdf631b 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -361,7 +361,16 @@ using custom variable `org-reveal-root'." (format " %s - + + " min-css-file-name theme-full extra-css-link-tag pdf-css)))