summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-09-12 17:42:38 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-09-12 17:42:38 +0200
commit25a1f226ecf076df64210c58c640183c4e3f5f22 (patch)
tree6ae0acc2ebba1f4a71f9774701d0a3aa10cc016d
parent3c6a715bce9a7391773f6d6e60c6dc54ffdcdaee (diff)
downloadorg-mode-25a1f226ecf076df64210c58c640183c4e3f5f22.tar.gz
Remove left over org-export-blocks requires
-rw-r--r--lisp/ob-ditaa.el3
-rw-r--r--lisp/org-exp.el1
2 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el
index c88ad85..1c6c712 100644
--- a/lisp/ob-ditaa.el
+++ b/lisp/ob-ditaa.el
@@ -34,9 +34,6 @@
;; 3) we are adding the "file" and "cmdline" header arguments
;;
;; 4) there are no variables (at least for now)
-;;
-;; 5) it depends on a variable defined in org-exp-blocks (namely
-;; `org-ditaa-jar-path') so be sure you have org-exp-blocks loaded
;;; Code:
(require 'ob)
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index d76a295..fee3d08 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -29,7 +29,6 @@
(require 'org)
(require 'org-macs)
(require 'org-agenda)
-(require 'org-exp-blocks)
(require 'ob-exp)
(require 'org-src)