diff options
Diffstat (limited to 'lisp/org/ox-man.el')
-rw-r--r-- | lisp/org/ox-man.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org/ox-man.el b/lisp/org/ox-man.el index e808edcdfc2..111c46aed9c 100644 --- a/lisp/org/ox-man.el +++ b/lisp/org/ox-man.el @@ -37,6 +37,9 @@ ;;; Code: +(require 'org-macs) +(org-assert-version) + (require 'cl-lib) (require 'ox) @@ -223,7 +226,6 @@ By default, Org uses 3 runs of to do the processing. Alternatively, this may be a Lisp function that does the processing. This function should accept the file name as its single argument." - :group 'org-export-pdf :group 'org-export-man :version "24.4" :package-version '(Org . "8.0") |