Hello, I was trying to create an html email newletter using org-mime-html-buffer along with gnus. The results are quite good, but it's still a bit costly to add some html attributes. I usually do the following in org-mode |------------------------------------------------------------------------------| | [[file+emacs:org-mode-unicorn-logo.png][org-unicorn]] height="188" width="787.2 align=center" | |------------------------------------------------------------------------------| | style="background-color:#8470ff;font-size:200%;text-align:center;"> Title 1 | | | |------------------------------------------------------------------------------| | style="background-color:#8470ff;font-size:200%;text-align:center;"> Title 2 | | | |------------------------------------------------------------------------------| then use regular expression to correct the html attributes. Do you have any idea how we can improve this? Thanks -- Jeremie Juste