Browse Source

ox-texinfo: Fix 40aa589c4601e40e1051007802b539929ddd2f81

* lisp/ox-texinfo.el (org-texinfo-export-to-texinfo): Fix
  40aa589c4601e40e1051007802b539929ddd2f81.
Nicolas Goaziou 11 years ago
parent
commit
32315be4da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-texinfo.el

+ 1 - 1
lisp/ox-texinfo.el

@@ -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)))