1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-24 07:26:35 +02:00

Suggest use stable branch for Org-mode stable release.

This commit is contained in:
Yujie Wen 2014-10-16 23:40:22 +08:00
parent 3ed122643a
commit 9ea30500e9

View File

@ -285,7 +285,7 @@ holding contextual information."
;; Create the headline text.
(full-text (funcall (or (plist-get info :html-format-headline-function)
;; nil function, return a suggestive error
(error "Export failed. It seems you are using a release version of Org-mode. Please try to use Org-reveal branch 8.2.7c."))
(error "Export failed. It seems you are using a stable release of Org-mode. Please use Org-reveal `stable' branch for Org-mode stable releases."))
todo todo-type priority text tags info)))
(cond
;; Case 1: This is a footnote section: ignore it.