From e2fc63adc262e48c404217426fdb42766fc5ca7d Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 15 Apr 2024 19:43:47 -0500 Subject: get filename --- publish.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3