From 5a6b50acbba33dea89eacdb291b5187a3cb2ee33 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 13 May 2013 16:12:32 +0200 Subject: [PATCH] org: Augment the load-path. * doc/org/init.el.in: Add emacs-goodies-el to the load-path, so that org-mode has a better chance to find htmlize. --- doc/org/init.el.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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