it can't be this easy
This commit is contained in:
parent
4634d0a8dc
commit
9598e72be1
1 changed files with 1 additions and 1 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 "rss.org" (file-name-nondirectory filename))
|
(if (equal "Zrss.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))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue