branch: elpa/org-mime
commit 286330fa15167add4b17eb62b0c52695f08a76e8
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
fixed: LaTeX fragment not exported correctly
---
org-mime.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-mime.el b/org-mime.el
index 2eadbae042..0d9add81c6 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -148,7 +148,7 @@ And ensure first line isn't assumed to be a title line."
:group 'org-mime
:type 'sexp)
-(defvar org-mime-export-options nil
+(defvar org-mime-export-options '(:with-latex dvipng)
"Default export options which may overrides org buffer/subtree options.
You avoid exporting section-number/author/toc with the setup below,
`(setq org-mime-export-options '(:section-numbers nil :with-author nil
:with-toc nil))'")