modified org-mime to work with new exporter

This commit is contained in:
Eric Schulte 2013-05-15 12:50:27 -06:00
parent 8b15ff9d07
commit 41ad2a9210

View file

@ -212,14 +212,12 @@ export that region, otherwise export the entire body."
(tmp-file (make-temp-name (expand-file-name (tmp-file (make-temp-name (expand-file-name
"mail" temporary-file-directory))) "mail" temporary-file-directory)))
(body (org-export-string-as raw-body 'org t)) (body (org-export-string-as raw-body 'org t))
;; because we probably don't want to skip part of our mail
(org-export-skip-text-before-1st-heading nil)
;; because we probably don't want to export a huge style file ;; because we probably don't want to export a huge style file
(org-export-htmlize-output-type 'inline-css) (org-export-htmlize-output-type 'inline-css)
;; makes the replies with ">"s look nicer ;; makes the replies with ">"s look nicer
(org-export-preserve-breaks org-mime-preserve-breaks) (org-export-preserve-breaks org-mime-preserve-breaks)
;; dvipng for inline latex because MathJax doesn't work in mail ;; dvipng for inline latex because MathJax doesn't work in mail
(org-export-with-LaTeX-fragments 'dvipng) (org-html-with-latex 'dvipng)
;; to hold attachments for inline html images ;; to hold attachments for inline html images
(html-and-images (html-and-images
(org-mime-replace-images (org-mime-replace-images