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.
This commit is contained in:
parent
b457e78fb0
commit
5a6b50acbb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue