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.
This commit is contained in:
Achim Gratz 2013-03-02 18:26:13 +01:00
parent 3773029db9
commit 6bc6a361b0
1 changed files with 1 additions and 0 deletions

View File

@ -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))))