diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-14 18:45:44 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-14 18:45:44 -0500 |
commit | 4b41b2e6aeebc864d14ed65450ecc69fe930e42b (patch) | |
tree | 2e6c4246949f99114b34cbfa57038586f0e2f376 /publish.el | |
parent | 064082bb32e5d2024abff38aaac791cf067f9dad (diff) |
try getting properties
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'/>" |