aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--publish.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 1e0246d..7047b4e 100644
--- a/publish.el
+++ b/publish.el
@@ -45,8 +45,9 @@
:recursive t
:publishing-function org-html-publish-to-html
:with-toc nil
+ :with-properties t
:with-date t
- :with-timestamps t
+ :with-timestamps nil
:headline-levels 4
:section-numbers nil
:html-head "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"