branch: elpa/org-mime
commit 55a9bef91a94fba1eb5fd24370f8bb3ae34dbc89
Merge: 0019f244795 0efd895439f
Author: Chen Bin <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #106 from krisbalintona/krisbalintona/push-zyrxlvrytnwz
    
    fix: Don't save instructions hint to mail buffer
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index 785deecfc23..3ea9d82a6b1 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -807,7 +807,7 @@ Following headline properties can determine the mail 
headers.
   "Get edited code."
   (save-excursion
     (goto-char (point-min))
-    (search-forward (rx (literal org-mime-instructions-hint)) (point-max) t)
+    (search-forward org-mime-instructions-hint (point-max) t)
     (goto-char (line-beginning-position))
     (buffer-substring-no-properties (point) (point-max))))
 

Reply via email to