1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-24 07:20:29 +00:00

ox-texinfo: Fix 40aa589c46

* lisp/ox-texinfo.el (org-texinfo-export-to-texinfo): Fix
  40aa589c46.
This commit is contained in:
Nicolas Goaziou 2013-09-20 10:41:21 +02:00
parent 40aa589c46
commit 32315be4da

View File

@ -1710,7 +1710,7 @@ file-local settings.
Return output file's name."
(interactive)
(let ((outfile (org-export-output-file-name ".texi" subtreep))
(org-export-coding-system `,org-texinfo-coding-system))
(org-export-coding-system org-texinfo-coding-system))
(org-export-to-file 'texinfo outfile
async subtreep visible-only body-only ext-plist)))