From 6bc6a361b0b9c634a0061e4ce4c33216c0dc4695 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sat, 2 Mar 2013 18:26:13 +0100 Subject: [PATCH] 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. --- testing/org-test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/org-test.el b/testing/org-test.el index dbf0d2809..7b07dc6d4 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))))