diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-11-29 23:05:53 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-11-29 23:05:53 -0500 |
commit | 0625651e8a61c9effc31ff771f15885a3a37c6e6 (patch) | |
tree | db4c09e8ef119ad4a9a4028c5e615fd58d2dee69 /lisp/org/ox-man.el | |
parent | edd64e64a389e0f0e6ce670846d4fae79a9d8b35 (diff) | |
download | emacs-0625651e8a61c9effc31ff771f15885a3a37c6e6.tar.gz emacs-0625651e8a61c9effc31ff771f15885a3a37c6e6.tar.bz2 emacs-0625651e8a61c9effc31ff771f15885a3a37c6e6.zip |
Update to Org 9.6-3-ga4d38e
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") |