From 217e4ad3eeac82a90b2f310305916435372f4b25 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 19 May 2014 12:27:08 -0400 Subject: [PATCH] HTMLize code output --- org-publish.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-publish.el b/org-publish.el index 4862ce0..e2cb632 100644 --- a/org-publish.el +++ b/org-publish.el @@ -12,6 +12,7 @@ :headline-levels 4 :section-numbers nil :html-extension "html" + :htmlized-source t :with-toc nil :body-only t) ("sicp" :components ("org-sicp"))))