Org API
Table of Contents
Org-Mime API functions (org-mime.el)
org-mime-change-class-style class style
Set new default htlm style for objects with classs==lass= in exported html.
org-mime-change-element-style element style
Set new default htlm style for <=element=> elements in exported html.
org-mime-file ext path id
Markup a file for attachment.
org-mime-htmlize arg
Export a portion of an email body composed using mml-mode to html using org-mode. If called with an active region only export that region, otherwise export the entire body.
org-mime-multipart plain html &optional images
Markup a multipart/alternative with text/plain and text/html alternatives. If the html portion of the message includes images wrap the html and images in a multipart/related part.
org-mime-org-buffer-htmlize
Create an email buffer containing the current org-mode file
exported to html and encoded in both html and in org formats as mime alternatives.
org-mime-replace-images str current-file
Replace images in html files with cid links.
org-mime-subtree
Create an email buffer containing the current org-mode subtree
exported to a org format or to the format specified by the MAIL_FMT property of the subtree.