From 79fa4d2ddf7975deaa4753e37fd8d85dc8850c1e Mon Sep 17 00:00:00 2001 From: octaspire Date: Mon, 12 Oct 2020 22:14:10 +0300 Subject: [PATCH] Install required package for the test --- doc/example/publish.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/example/publish.el b/doc/example/publish.el index 0c870d3..8b25a3a 100644 --- a/doc/example/publish.el +++ b/doc/example/publish.el @@ -16,6 +16,9 @@ (require 'ob-css) (require 'ox-publish) +(use-package htmlize + :ensure t) + (setq org-publish-project-alist '(("org" :base-directory "~/ox-base64-html/doc/example/" -- 2.38.5