fix formatting
This commit is contained in:
parent
7a54dbd769
commit
0008025531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue