ox-freemind: Fix comma error when exporting
* contrib/lisp/ox-freemind.el (org-freemind-export-to-freemind): Fix code typo. Reported-by: Jan-Mark Batke <badkey@gmx.net>
This commit is contained in:
parent
3ead82a321
commit
07cbf9aa13
|
@ -520,7 +520,7 @@ Return output file's name."
|
||||||
(let* ((extension (concat ".mm" ))
|
(let* ((extension (concat ".mm" ))
|
||||||
(file (org-export-output-file-name extension subtreep))
|
(file (org-export-output-file-name extension subtreep))
|
||||||
(org-export-coding-system 'utf-8))
|
(org-export-coding-system 'utf-8))
|
||||||
(org-export-to-file 'freemind ,file
|
(org-export-to-file 'freemind file
|
||||||
async subtreep visible-only body-only ext-plist)))
|
async subtreep visible-only body-only ext-plist)))
|
||||||
|
|
||||||
(provide 'ox-freemind)
|
(provide 'ox-freemind)
|
||||||
|
|
Loading…
Reference in New Issue