Merge pull request #55 from maio/patch-1

Expand full path when opening exported HTML file
This commit is contained in:
Yujie Wen 2014-04-10 00:29:43 +08:00
commit 9381a76c91
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ info is a plist holding export options."
(&optional async subtreep visible-only body-only ext-plist)
"Export current buffer to a reveal.js and browse HTML file."
(interactive)
(browse-url-of-file (org-reveal-export-to-html async subtreep visible-only body-only ext-plist)))
(browse-url-of-file (expand-file-name (org-reveal-export-to-html async subtreep visible-only body-only ext-plist))))
(provide 'ox-reveal)