소스 검색

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.
Achim Gratz 12 년 전
부모
커밋
6bc6a361b0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      testing/org-test.el

+ 1 - 0
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))))