diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-12-11 12:31:13 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-12-11 12:31:13 -0500 |
commit | 30dd5c9acc3b3b95ef784549b5e3ff8136a23854 (patch) | |
tree | dd4b87907d5c26b870f8961f7b27d4704887a990 /lisp/org/ox-man.el | |
parent | a37484992651fa6bdee9d5181fb6b096dbf41426 (diff) | |
download | emacs-30dd5c9acc3b3b95ef784549b5e3ff8136a23854.tar.gz |
Update to Org 9.5.1-25-g9ca3bc
Diffstat (limited to 'lisp/org/ox-man.el')
-rw-r--r-- | lisp/org/ox-man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-man.el b/lisp/org/ox-man.el index 6d3476cdae5..9a1f00f352b 100644 --- a/lisp/org/ox-man.el +++ b/lisp/org/ox-man.el @@ -1117,7 +1117,7 @@ Return PDF file's name." (let ((outfile (org-export-output-file-name ".man" subtreep))) (org-export-to-file 'man outfile async subtreep visible-only body-only ext-plist - (lambda (file) (org-latex-compile file))))) + #'org-latex-compile))) (defun org-man-compile (file) "Compile a Groff file. |