summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2014-02-17 04:26:16 (GMT)
committerRavikiran Rajagopal <aine.marina@gmail.com>2014-02-17 04:26:16 (GMT)
commitbf553b26b6c6b191dee6e1628f065371a81f33dd (patch)
tree774b16f838536a34848f16ed23ca6eb5967959e9
parentaa92e4b62ceef0bae244206f29097a90c6cadf2e (diff)
downloaddotemacs-bf553b26b6c6b191dee6e1628f065371a81f33dd.zip
dotemacs-bf553b26b6c6b191dee6e1628f065371a81f33dd.tar.gz
dotemacs-bf553b26b6c6b191dee6e1628f065371a81f33dd.tar.bz2
Export to reveal.js presentations
-rw-r--r--.gitmodules3
-rw-r--r--ravi-init-org.el3
m---------site-lisp/org-reveal0
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index bad26cf..fcbcdc8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,6 @@
[submodule "site-lisp/sexpdata"]
path = site-lisp/sexpdata
url = https://github.com/tkf/sexpdata.git
+[submodule "site-lisp/org-reveal"]
+ path = site-lisp/org-reveal
+ url = https://github.com/yjwen/org-reveal.git
diff --git a/ravi-init-org.el b/ravi-init-org.el
index aa7370c..e2ed68f 100644
--- a/ravi-init-org.el
+++ b/ravi-init-org.el
@@ -35,6 +35,9 @@
(progn
(use-package htmlize
:ensure t)
+ (use-package ox-reveal
+ :load-path ,(ravi/emacs-file "site-lisp/org-reveal")
+ )
(setq org-src-fontify-natively t)
(setq org-modules (quote (org-bbdb
org-bibtex
diff --git a/site-lisp/org-reveal b/site-lisp/org-reveal
new file mode 160000
+Subproject e7b9cb41babd9d7a0873e8e10fe178c6be99085