diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'/>" |