forked from dov/org-slidy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
htmlslidy.org
9 lines (9 loc) · 938 Bytes
/
htmlslidy.org
1
2
3
4
5
6
7
8
9
#+OPTIONS: H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:t f:t LaTeX:t
#+BIND: org-export-html-style-include-default nil
#+BIND: org-export-html-style-include-scripts t
#+BIND: org-export-html-auto-preamble nil
#+BIND: org-export-html-auto-postamble nil
#+BIND: org-export-html-style "<!-- configuration parameters --> <meta name='duration' content='5' /> <meta name='font-size-adjustment' content='2' /> <!-- style sheet links --> <link rel='stylesheet' href='slidy.css' type='text/css' /> <!-- HTMTLSLIDY JS --> <script src='htmlslidy-slides.js' type='text/javascript'></script> <script src='slidy.js' type='text/javascript'></script> <script src='jquery.js' type='text/javascript'></script> <script src='org-slidy-slides.js' type='text/javascript'></script>"
#+BIND: org-export-html-style-extra ""
#+BIND: org-export-html-preamble org-htmlslidy-html-preamble-function
#+BIND: org-export-html-postamble org-htmlslidy-html-postamble-function