Carsten Dominik 17 년 전
부모
커밋
b00babf8aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-exp.el

+ 1 - 0
lisp/org-exp.el

@@ -3307,6 +3307,7 @@ If you then set `org-export-htmlize-output-type' to `css', calls to
 the function `org-export-htmlize-region-for-paste' will produce code
 the function `org-export-htmlize-region-for-paste' will produce code
 that uses these same face definitions."
 that uses these same face definitions."
   (interactive)
   (interactive)
+  (require 'htmlize)
   (and (get-buffer "*html*") (kill-buffer "*html*"))
   (and (get-buffer "*html*") (kill-buffer "*html*"))
   (with-temp-buffer
   (with-temp-buffer
     (let ((fl (face-list))
     (let ((fl (face-list))