printf debugging :3
This commit is contained in:
parent
c716f055be
commit
476c77ed4e
1 changed files with 2 additions and 3 deletions
|
@ -64,9 +64,8 @@
|
||||||
(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 "rss.org" (file-name-nondirectory filename))
|
||||||
(progn
|
(progn
|
||||||
(message "publishing for real")
|
(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))))
|
||||||
(message "not publishing %s" filename)))
|
|
||||||
|
|
||||||
(defvar jj/html-head "\
|
(defvar jj/html-head "\
|
||||||
<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>\
|
<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>\
|
||||||
|
|
Loading…
Add table
Reference in a new issue