Fixed #205, fixed an error at calling org-html-format-spec

This commit is contained in:
yujie 2016-05-31 16:11:29 +08:00
parent 7917211a23
commit 84a445ce48
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ info is a plist holding export options."
(concat " data-background-transition=\"" title-slide-background-transition "\""))
">"
(cond ((eq title-slide nil) nil)
((stringp title-slide) (format-spec title-slide (org-html-format-spec)))
((stringp title-slide) (format-spec title-slide (org-html-format-spec info)))
((eq title-slide 'auto) (org-reveal--auto-title-slide-template info)))
"\n</section>\n"))))
contents