summaryrefslogtreecommitdiffstats
path: root/common.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-25 01:29:47 +0100
committerGravatar Tom Willemse2013-11-25 01:29:47 +0100
commit879aef7f899a164f40604bfcecd7820e959b11df (patch)
tree76cec70c0ccbbdbec1d09924361a8225f39234c4 /common.el
parentc7712fff5336d04c948bcdb3a1fbc4d8903cf9f4 (diff)
downloadorgweb-879aef7f899a164f40604bfcecd7820e959b11df.tar.gz
orgweb-879aef7f899a164f40604bfcecd7820e959b11df.zip
Separate export of articles
To keep Creation dates somewhat more close to their actual creation date.
Diffstat (limited to 'common.el')
-rw-r--r--common.el4
1 files changed, 4 insertions, 0 deletions
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)