(ob:gettext :debug-blog)
(ob:gettext :debug-property)(ob:gettext :debug-value)
file
(htmlize-protect-string (format "%S" (ob:blog-file BLOG)))
buffer
(htmlize-protect-string (format "%S" (ob:blog-buffer BLOG)))
publish-dir
(htmlize-protect-string (format "%S" (ob:blog-publish-dir BLOG)))
template-dir
(htmlize-protect-string (format "%S" (ob:blog-template-dir BLOG)))
style-dir
(htmlize-protect-string (format "%S" (ob:blog-style-dir BLOG)))
posts-filter
(htmlize-protect-string (format "%S" (ob:blog-posts-filter BLOG)))
static-filter
(htmlize-protect-string (format "%S" (ob:blog-static-filter BLOG)))
snippet-filter
(htmlize-protect-string (format "%S" (ob:blog-snippet-filter BLOG)))
title
(htmlize-protect-string (format "%S" (ob:blog-title BLOG)))
description
(htmlize-protect-string (format "%S" (ob:blog-description BLOG)))
post-build-shell
(htmlize-protect-string (format "%S" (ob:blog-post-build-shell BLOG)))