diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-14 18:55:36 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-14 18:55:36 -0500 |
commit | ef09d60e444497a60a8617835bf23df4b695492f (patch) | |
tree | 2e6c4246949f99114b34cbfa57038586f0e2f376 | |
parent | 1e5805254eb99d250ced7bf9d39c208ca534cc79 (diff) |
go back to find-date
-rw-r--r-- | publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ (format "[[file:%s][(%s) %s]]\n" entry (format-time-string "%Y-%m-%d %T" - (org-publish-find-property entry project DATE)) + (org-publish-find-date entry project)) (org-publish-find-title entry project))))) (setq org-publish-project-alist |