From dbf3ecf0c0d48ea4200aea1303b270fc2c135264 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 1 Apr 2025 12:23:19 -0500 Subject: [PATCH] it was not that easy --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.el b/publish.el index b717203..99d8b7a 100644 --- a/publish.el +++ b/publish.el @@ -62,7 +62,7 @@ (get-file-contents file)))) (defun publish-posts-rss-feed (plist filename dir) - (if (equal "Zrss.org" (file-name-nondirectory filename)) + (if (equal "rss.org" (file-name-nondirectory filename)) (progn (message "publishing %s with plist %s and dir %s" filename plist dir) (org-rss-publish-to-rss plist filename dir)))) @@ -141,7 +141,7 @@ :auto-sitemap t :sitemap-function posts-rss-feed :sitemap-title "jjanzen's Blog" - :sitemap-filename "Zrss.org" + :sitemap-filename "rss.org" :sitemap-style list :sitemap-sort-files anti-chronologically :sitemap-format-entry format-posts-rss-feed-entry)