From b00babf8aae95b48df3b77369d13953861491956 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 9 May 2008 13:55:25 +0200 Subject: [PATCH] Bug fix. --- lisp/org-exp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 1f9f38883..86e5b9ff4 100644 --- a/lisp/org-exp.el +++ b/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 that uses these same face definitions." (interactive) + (require 'htmlize) (and (get-buffer "*html*") (kill-buffer "*html*")) (with-temp-buffer (let ((fl (face-list)) -- 2.11.4.GIT