|
|
@@ -132,6 +132,13 @@ call `org-html-render-tag-template' otherwise will call ORIG-FN." |
|
|
|
(org-html-template contents info))))
|
|
|
|
|
|
|
|
|
|
|
|
(defun custom-drawer-format (name content)
|
|
|
|
(format "<section class='%s-drawer'><p>%s</p>%s</section>"
|
|
|
|
(downcase name)
|
|
|
|
(capitalize name)
|
|
|
|
content))
|
|
|
|
|
|
|
|
|
|
|
|
(defun org-html-publish-to-templated-html (plist filename pub-dir)
|
|
|
|
"Publish an org file to HTML.
|
|
|
|
|
|
|
|