From 1e5805254eb99d250ced7bf9d39c208ca534cc79 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 18:48:27 -0500 Subject: maybe this? --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.el b/publish.el index 7047b4e..bee8ca2 100644 --- a/publish.el +++ b/publish.el @@ -15,7 +15,7 @@ (format "[[file:%s][(%s) %s]]\n" entry (format-time-string "%Y-%m-%d %T" - (org-publish-find-date entry project)) + (org-publish-find-property entry project DATE)) (org-publish-find-title entry project))))) (setq org-publish-project-alist -- cgit v1.2.3