aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-14 18:45:44 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-14 18:45:44 -0500
commit4b41b2e6aeebc864d14ed65450ecc69fe930e42b (patch)
tree2e6c4246949f99114b34cbfa57038586f0e2f376 /publish.el
parent064082bb32e5d2024abff38aaac791cf067f9dad (diff)
try getting properties
Diffstat (limited to 'publish.el')
-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'/>"