emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 9d4584651d 2/2: Merge pull request #88 from larke


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 9d4584651d 2/2: Merge pull request #88 from larkery/patch-1
Date: Mon, 29 Jan 2024 19:00:14 -0500 (EST)

branch: elpa/org-mime
commit 9d4584651d89806b79d5993b286d32d6f70499a9
Merge: d368bd4119 303f3d11dc
Author: Chen Bin <chb_sh@hotmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #88 from larkery/patch-1
    
    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]