*ox-reveal.el adds option for extra css

org-reveal-extra-css: new defcustom allows URL to extra CSS to be set
for all files.
This commit is contained in:
Matt Price 2015-07-09 16:17:57 -04:00
parent 3a44a71dd4
commit cf2b72f637
1 changed files with 7 additions and 1 deletions

View File

@ -59,7 +59,7 @@
(:reveal-trans "REVEAL_TRANS" nil org-reveal-transition t)
(:reveal-speed "REVEAL_SPEED" nil org-reveal-transition-speed t)
(:reveal-theme "REVEAL_THEME" nil org-reveal-theme t)
(:reveal-extra-css "REVEAL_EXTRA_CSS" nil nil nil)
(:reveal-extra-css "REVEAL_EXTRA_CSS" nil org-reveal-extra-css nil)
(:reveal-extra-js "REVEAL_EXTRA_JS" nil org-reveal-extra-js nil)
(:reveal-hlevel "REVEAL_HLEVEL" nil nil t)
(:reveal-title-slide nil "reveal_title_slide" org-reveal-title-slide t)
@ -164,6 +164,12 @@ can contain the following escaping elements:
:group 'org-export-reveal
:type 'string)
(defcustom org-reveal-css-js
""
"URL to extra css file."
:group 'org-export-reveal
:type 'string)
(defcustom org-reveal-multiplex-id ""
"The ID to use for multiplexing."