get filename

This commit is contained in:
Jacob Janzen 2024-04-15 19:43:47 -05:00
parent a2f8f6e35d
commit e2fc63adc2

View file

@ -38,6 +38,7 @@
(let* (
(title (org-publish-find-title entry project))
(link (concat (file-name-sans-extension entry) ".html"))
(file (org-publish--expand-file-name entry project))
(pubdate (format-time-string (car org-time-stamp-formats)
(org-publish-find-date entry project))))
(message pubdate)