diff --git a/ox-reveal.el b/ox-reveal.el index 06f6b41..d3e728f 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -827,6 +827,19 @@ info is a plist holding export options." (interactive) (browse-url-of-file (expand-file-name (org-reveal-export-to-html async subtreep visible-only body-only ext-plist)))) +;;;###autoload +(defun org-reveal-publish-to-reveal + (plist filename pub-dir) + "Publish an org file to Html. + +FILENAME is the filename of the Org file to be published. PLIST +is the property list for the given project. PUB-DIR is the +publishing directory. + +Return output file name." + (org-publish-org-to 'reval filename ".html" plist pub-dir)) + + (provide 'ox-reveal) ;;; ox-reveal.el ends here