From 939051fd3f0a9737c5596cb138de933865f7f0e8 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 9 May 2008 13:59:37 +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 86e5b9ff4..c64153ca3 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -3295,6 +3295,7 @@ the settings define in the org-... variables." (plist-get htmlize-buffer-places 'content-end))) (kill-buffer htmlbuf)))) +;;;###autoload (defun org-export-htmlize-generate-css () "Create the CSS for all font definitions in the current Emacs session. Use this to create face definitions in your CSS style file that can then -- 2.11.4.GIT