branch: elpa/org-mime
commit 91d8f487755a3b7159891e4da77ccfa7ff2836f4
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
can set org export options
---
org-mime.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-mime.el b/org-mime.el
index b25276a03e..65655629f0 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -123,7 +123,7 @@ buffer holding\nthe text to be exported.")
"Export string S into HTML format. OPTS is export options."
(if (fboundp 'org-export-string-as)
;; emacs24
- (org-export-string-as s 'html t nil)
+ (org-export-string-as s 'html t opts)
;; emacs 23
(org-export-string s "html")))