Преглед изворни кода

Fix reference to wrong symbol

* org-exp.el (org-export-string): Fix reference to wrong symbol.
David Maus пре 14 година
родитељ
комит
9e8b867c77
1 измењених фајлова са 1 додато и 1 уклоњено
  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