summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2013-03-02 18:26:13 +0100
committerAchim Gratz <Stromeko@Stromeko.DE>2013-03-02 18:28:18 +0100
commit6bc6a361b0b9c634a0061e4ce4c33216c0dc4695 (patch)
tree3492e451c172a04a8e7402c7fc86c5b866360565
parent3773029db9594f7372fbe83d9dde90d955daddc6 (diff)
downloadorg-mode-6bc6a361b0b9c634a0061e4ce4c33216c0dc4695.tar.gz
Ensure that new exporter gets tested in batch mode
* testing/org-test.el: Require ox so that these tests will be run during batch test.
-rw-r--r--testing/org-test.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/org-test.el b/testing/org-test.el
index dbf0d28..7b07dc6 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -42,6 +42,7 @@
(setq load-path (cons org-lisp-dir load-path))
(require 'org)
(require 'org-id)
+ (require 'ox)
(org-babel-do-load-languages
'org-babel-load-languages '((sh . t) (org . t))))