move date out of link
This commit is contained in:
parent
88f9648544
commit
7a54dbd769
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@
|
|||
(defun my/org-publish-org-sitemap-format (entry style project)
|
||||
"custom sitemap entry formatting: add date"
|
||||
(cond ((not (directory-name-p entry))
|
||||
(format "[[file:%s][(%s) %s]]\n"
|
||||
entry
|
||||
(format "(%s)[[file:%s][%s]]\n"
|
||||
(format-time-string "%Y-%m-%d"
|
||||
(org-publish-find-date entry project))
|
||||
entry
|
||||
(org-publish-find-title entry project)))))
|
||||
|
||||
(setq org-publish-project-alist
|
||||
|
|
Loading…
Add table
Reference in a new issue