From 88f9648544abba9d8acb21d43b8a6e2e9cb4410e Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 19:02:09 -0500 Subject: idk --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.el b/publish.el index 7047b4e..39a565c 100644 --- a/publish.el +++ b/publish.el @@ -14,7 +14,7 @@ (cond ((not (directory-name-p entry)) (format "[[file:%s][(%s) %s]]\n" entry - (format-time-string "%Y-%m-%d %T" + (format-time-string "%Y-%m-%d" (org-publish-find-date entry project)) (org-publish-find-title entry project))))) -- cgit v1.2.3