diff --git a/ox-reveal.el b/ox-reveal.el index 917b14f..086459c 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -739,7 +739,7 @@ CONTENTS is nil. INFO is a plist holding contextual information." (case (intern key) (REVEAL (org-reveal-parse-keyword-value value)) (REVEAL_HTML value)))) -(defun org-reveal-embedded-svg (link) +(defun org-reveal-embedded-svg (path) "Embed the SVG content into Reveal HTML." (with-temp-buffer (insert-file-contents-literally path) @@ -747,12 +747,11 @@ CONTENTS is nil. INFO is a plist holding contextual information." (end (re-search-forward "<[ \t\n]*/svg[ \t\n]*>"))) (concat "