branch: elpa/org-mime
commit 53e0c8141bcd605cbb3212aa9d4beaf2a5f337e4
Author: Matt Price <[email protected]>
Commit: Matt Price <[email protected]>
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))