aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-15 19:43:47 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-15 19:43:47 -0500
commite2fc63adc262e48c404217426fdb42766fc5ca7d (patch)
tree749f3db46ebede71bc53d0a081aa936de75fa2dc /publish.el
parenta2f8f6e35d76f191b42aad6f0344506e441a235a (diff)
get filename
Diffstat (limited to 'publish.el')
-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)