소스 검색

Fix reference to wrong symbol

* org-exp.el (org-export-string): Fix reference to wrong symbol.
David Maus 15 년 전
부모
커밋
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