From 879aef7f899a164f40604bfcecd7820e959b11df Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 25 Nov 2013 01:29:47 +0100 Subject: Separate export of articles To keep Creation dates somewhat more close to their actual creation date. --- common.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common.el (limited to 'common.el') diff --git a/common.el b/common.el new file mode 100644 index 0000000..2fcdf9d --- /dev/null +++ b/common.el @@ -0,0 +1,4 @@ +(setq org-html-head-include-scripts nil + org-html-validation-link nil + org-html-htmlize-output-type 'css + org-confirm-babel-evaluate nil) -- cgit v1.2.3-54-g00ecf