id | (htmlize-protect-string (format "%S" (ob:post-id POST))) |
title | (htmlize-protect-string (format "%S" (ob:post-title POST))) |
timespamp | (htmlize-protect-string (format "%S" (ob:post-timestamp POST))) |
year | (htmlize-protect-string (format "%S" (ob:post-year POST))) |
month | (htmlize-protect-string (format "%S" (ob:post-month POST))) |
day | (htmlize-protect-string (format "%S" (ob:post-day POST))) |
category | (htmlize-protect-string (format "%S" (ob:post-category POST))) |
tags | (htmlize-protect-string (format "%S" (ob:post-tags POST))) |
template | (htmlize-protect-string (format "%S" (ob:post-template POST))) |
filepath | (htmlize-protect-string (format "%S" (ob:post-filepath POST))) |
filename | (htmlize-protect-string (format "%S" (ob:post-filename POST))) |
htmlfile | (htmlize-protect-string (format "%S" (ob:post-htmlfile POST))) |
path-to-root | (htmlize-protect-string (format "%S" (ob:post-path-to-root POST))) |
sitemap | (htmlize-protect-string (format "%S" (ob:post-sitemap POST))) |
content | (htmlize-protect-string (format "%S" (ob:post-content POST))) |
content-html | (htmlize-protect-string (format "%S" (ob:post-content-html POST))) |