printf debugging :3
This commit is contained in:
parent
d2efb761a6
commit
c716f055be
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@
|
|||
|
||||
(defun publish-posts-rss-feed (plist filename dir)
|
||||
(if (equal "rss.org" (file-name-nondirectory filename))
|
||||
(org-rss-publish-to-rss plist filename dir)))
|
||||
(progn
|
||||
(message "publishing for real")
|
||||
(org-rss-publish-to-rss plist filename dir))
|
||||
(message "not publishing %s" filename)))
|
||||
|
||||
(defvar jj/html-head "\
|
||||
<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>\
|
||||
|
|
Loading…
Add table
Reference in a new issue