Browse Source

ox-texinfo: Fix 09636abfb63b3698bb463d1ca7c8a1a343564830

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

+ 1 - 1
lisp/ox-texinfo.el

@@ -1747,7 +1747,7 @@ directory.
 Return INFO file's name."
 Return INFO file's name."
   (interactive)
   (interactive)
   (let ((outfile (org-export-output-file-name ".texi" subtreep))
   (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
     (org-export-to-file 'texinfo outfile
       async subtreep visible-only body-only ext-plist
       async subtreep visible-only body-only ext-plist
       (lambda (file) (org-texinfo-compile file)))))
       (lambda (file) (org-texinfo-compile file)))))