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

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

[nongnu] elpa/org-mime 91d8f48775 023/118: can set org export options


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 91d8f48775 023/118: can set org export options
Date: Wed, 5 Jan 2022 07:58:43 -0500 (EST)

branch: elpa/org-mime
commit 91d8f487755a3b7159891e4da77ccfa7ff2836f4
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    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")))
 



reply via email to

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