Require cl for the loop macro in org-ascii.el

This commit is contained in:
Carsten Dominik 2009-09-17 17:54:52 +01:00
parent 5deffac8f6
commit 49699ec915
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
;;; Commentary:
(require 'org-exp)
(eval-when-compile
(require 'cl))
(defgroup org-export-ascii nil
"Options specific for ASCII export of Org-mode files."