From ef09d60e444497a60a8617835bf23df4b695492f Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 18:55:36 -0500 Subject: go back to find-date --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index bee8ca2..7047b4e 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-property entry project DATE)) + (org-publish-find-date entry project)) (org-publish-find-title entry project))))) (setq org-publish-project-alist -- cgit v1.2.3