Merge pull request #243 from ggreif/patch-1

fix emacs-lisp warning
This commit is contained in:
Yujie Wen 2016-11-04 10:52:00 +08:00 committed by GitHub
commit 8f7cf6c308
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ holding export options."
"Return HTML tags or perform SIDE EFFECT according to key. "Return HTML tags or perform SIDE EFFECT according to key.
Use the previous section tag as the tag of the split section. " Use the previous section tag as the tag of the split section. "
(case (intern key) (case (intern key)
(split (format "</section>\n%s" org-reveal--last-slide-section-tag "")))) (split (format "</section>\n%s" org-reveal--last-slide-section-tag))))
(defun org-reveal-parse-keyword-value (value) (defun org-reveal-parse-keyword-value (value)
"According to the value content, return HTML tags to split slides." "According to the value content, return HTML tags to split slides."