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

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

[nongnu] elpa/org-mime 53e0c8141b 058/118: one-line fix for klipse error


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 53e0c8141b 058/118: one-line fix for klipse errors in org-mime
Date: Wed, 5 Jan 2022 07:58:46 -0500 (EST)

branch: elpa/org-mime
commit 53e0c8141bcd605cbb3212aa9d4beaf2a5f337e4
Author: Matt Price <matt.price@utoronto.ca>
Commit: Matt Price <matt.price@utoronto.ca>

    one-line fix for klipse errors in org-mime
    
    hopefully this works?
---
 org-mime.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index fd01b10e9b..e30fc26483 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -517,7 +517,8 @@ The following file keywords can be used to control the 
headers:
 The cursor ends in the TO field."
   (interactive)
   (run-hooks 'org-mime-send-buffer-hook)
-  (let* ((region-p (org-region-active-p))
+  (let* ((org-html-klipsify-src nil)
+         (region-p (org-region-active-p))
          (file (buffer-file-name (current-buffer)))
          (keywords (org-mime-extract-keywords))
          (subject (or (cdr (assoc "MAIL_SUBJECT" keywords))



reply via email to

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