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:
parent
40aa589c46
commit
32315be4da
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user