Hi! Well, the subject says it all -- attached is a rough patch to allow more flexibility with the HTML export; I use it like this: (defun rotty/homepage-preamble (opt-plist) (insert "
") (insert "
Home | Writings | Software | Blog
") (insert (format "

rotty > %s

\n" (plist-get opt-plist :title))) (insert "
\n") (insert "
\n")) Note that this is my first real patch to org-mode, so be gentle ;-).