diff --git a/doc/org/init.el.in b/doc/org/init.el.in index 8c398ac29..a95af64f9 100644 --- a/doc/org/init.el.in +++ b/doc/org/init.el.in @@ -1,7 +1,8 @@ +;; htmlize is not always in the load-path. On Debian it can be found here. +(setq load-path (cons "/usr/share/emacs/site-lisp/emacs-goodies-el" load-path)) (require 'org-publish) (require 'org-install) - (print (concat "Org " (org-version))) (setq org-export-htmlize-output-type 'css) ; the .org-timestamp directory does not always exist, is not always