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)))))