From baf0d3e0fa6b9fda69351493a50eb346cc3aa30f Mon Sep 17 00:00:00 2001 From: Rasmus Date: Wed, 1 Apr 2015 14:43:20 +0200 Subject: [PATCH] ox-html: Small fix * ox-html.el (org-html-mathjax-options): Add new package-version. --- lisp/ox-html.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index ff7b26ed9..8c6406b50 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1109,6 +1109,7 @@ MathJax CDN Terms of Service. http://www.mathjax.org/mathjax-cdn-terms-of-service.html" :group 'org-export-html + :package-version '(Org . "8.3") :type '(list :greedy t (list :tag "path (the path from where to load MathJax.js)" (const :format " " path) (string))