it was not that easy
This commit is contained in:
parent
9598e72be1
commit
dbf3ecf0c0
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
(get-file-contents file))))
|
(get-file-contents file))))
|
||||||
|
|
||||||
(defun publish-posts-rss-feed (plist filename dir)
|
(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
|
(progn
|
||||||
(message "publishing %s with plist %s and dir %s" filename plist dir)
|
(message "publishing %s with plist %s and dir %s" filename plist dir)
|
||||||
(org-rss-publish-to-rss plist filename dir))))
|
(org-rss-publish-to-rss plist filename dir))))
|
||||||
|
@ -141,7 +141,7 @@
|
||||||
:auto-sitemap t
|
:auto-sitemap t
|
||||||
:sitemap-function posts-rss-feed
|
:sitemap-function posts-rss-feed
|
||||||
:sitemap-title "jjanzen's Blog"
|
:sitemap-title "jjanzen's Blog"
|
||||||
:sitemap-filename "Zrss.org"
|
:sitemap-filename "rss.org"
|
||||||
:sitemap-style list
|
:sitemap-style list
|
||||||
:sitemap-sort-files anti-chronologically
|
:sitemap-sort-files anti-chronologically
|
||||||
:sitemap-format-entry format-posts-rss-feed-entry)
|
:sitemap-format-entry format-posts-rss-feed-entry)
|
||||||
|
|
Loading…
Add table
Reference in a new issue