Fix reference to wrong symbol

* org-exp.el (org-export-string): Fix reference to wrong symbol.
This commit is contained in:
David Maus 2010-10-24 20:41:26 +02:00
parent c1b8f41c37
commit 9e8b867c77
1 changed files with 1 additions and 1 deletions

View File

@ -2624,7 +2624,7 @@ to the value of `temporary-file-directory'."
(tmp-file (make-temp-file "org-")))
(unwind-protect
(with-temp-buffer
(insert body)
(insert string)
(write-file tmp-file)
(org-load-modules-maybe)
(unless org-local-vars