aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--publish.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index ccd5b08..2543281 100644
--- a/publish.el
+++ b/publish.el
@@ -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)