summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-04-09 17:17:33 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-04-09 17:17:33 (GMT)
commit7fd4e2a5cee186e09591fe4b8ba5d5d8c0987da4 (patch)
treee075b8b1f063d982f87ed9144e0c2513961fda61
parent491632cd4a84347b80059abaee8f53af12bf764c (diff)
downloaddotemacs-7fd4e2a5cee186e09591fe4b8ba5d5d8c0987da4.zip
dotemacs-7fd4e2a5cee186e09591fe4b8ba5d5d8c0987da4.tar.gz
dotemacs-7fd4e2a5cee186e09591fe4b8ba5d5d8c0987da4.tar.bz2
Get ox-reveal from repository
-rw-r--r--.gitmodules3
-rw-r--r--lisp/ravi-init-org.el10
m---------site-lisp/org-reveal0
3 files changed, 5 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules
index 85544e8..b6f9968 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,9 +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
[submodule "site-lisp/keyadvice"]
path = site-lisp/keyadvice
url = https://github.com/Fuco1/keyadvice.el.git
diff --git a/lisp/ravi-init-org.el b/lisp/ravi-init-org.el
index 004d2f6..2e46fe3 100644
--- a/lisp/ravi-init-org.el
+++ b/lisp/ravi-init-org.el
@@ -33,11 +33,11 @@
("H--" . org-agenda))
:config
(progn
- (use-package htmlize
- :ensure t)
- (use-package ox-reveal
- :load-path (lambda () (ravi/emacs-file "site-lisp/org-reveal"))
- )
+ (use-package htmlize :ensure t)
+ (use-package ox-reveal :ensure t)
+ (use-package ox-rst :ensure t)
+ (use-package ox-impress-js :ensure t)
+
(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
deleted file mode 160000
-Subproject e7b9cb41babd9d7a0873e8e10fe178c6be99085