Browse Source

Fix reference to wrong symbol

* org-exp.el (org-export-string): Fix reference to wrong symbol.
David Maus 14 years ago
parent
commit
9e8b867c77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-exp.el

+ 1 - 1
lisp/org-exp.el

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