branch: elpa/org-mime
commit 303f3d11dcbb4be2c9b2e7fc2ac348ada3beceba
Author: Tom Hinton <[email protected]>
Commit: GitHub <[email protected]>
Pass on opts in org-mime-htmlize
---
org-mime.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-mime.el b/org-mime.el
index 0187b987ad..18699865d0 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -572,7 +572,7 @@ If called with an active region only export that region,
otherwise entire body."
(org-text (buffer-substring html-start html-end))
;; to hold attachments for inline html images
(opts (org-mime-get-buffer-export-options))
- (plain (org-mime-export-ascii-maybe org-text))
+ (plain (org-mime-export-ascii-maybe org-text opts))
(html (org-mime-export-string org-text opts))
(file (make-temp-name (expand-file-name
"mail" temporary-file-directory))))