From a437e18c105f60df4e4a50ce83ab54503ae0db42 Mon Sep 17 00:00:00 2001 From: Anand Reddy Pandikunta Date: Wed, 10 Jun 2015 20:38:53 +0530 Subject: [PATCH] Update mathjax url When uploading slide to web(say github pages), if site is using https, this wont load as it is using http. --- ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index bf2500c..8fad622 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -257,7 +257,7 @@ can contain the following escaping elements: :type 'boolean) (defcustom org-reveal-mathjax-url - "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" + "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" "Default MathJax URL." :group 'org-export-reveal :type 'string)