From 0008025531aa5496ca8d3e0a3150332ded36453b Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 19:19:35 -0500 Subject: fix formatting --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 2437b31..4e194d1 100644 --- a/publish.el +++ b/publish.el @@ -12,7 +12,7 @@ (defun my/org-publish-org-sitemap-format (entry style project) "custom sitemap entry formatting: add date" (cond ((not (directory-name-p entry)) - (format "(%s)[[file:%s][%s]]\n" + (format "(%s) [[file:%s][%s]]\n" (format-time-string "%Y-%m-%d" (org-publish-find-date entry project)) entry -- cgit v1.2.3