فهرست منبع

org-mime: call 'org and 'ascii hooks appropriately

  patch by Niels Giesen

* contrib/lisp/org-mime.el (org-mime-compose):
Eric Schulte 14 سال پیش
والد
کامیت
40264e9b75
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      contrib/lisp/org-mime.el

+ 2 - 1
contrib/lisp/org-mime.el

@@ -293,7 +293,8 @@ export that region, otherwise export the entire body."
 	       (html (org-mime-apply-html-hook (car html-and-images))))
 	  (insert (org-mime-multipart
 		   (org-export-string
-		    (org-babel-trim (bhook body 'html))
+		    (org-babel-trim
+		     (bhook body (if (eq fmt 'html) 'org 'ascii)))
 		    (if (eq fmt 'html) 'org 'ascii))
 		   html)
 		  (mapconcat 'identity images "\n"))))))))