diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |