branch: elpa/org-mime
commit e9b0be28606c54461c0c0c0ea8b438cbd3774d73
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>

    mails need NO TOC
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index 20d903b408..46f0468484 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -65,7 +65,7 @@
 (require 'org)
 
 (defcustom org-mime-default-header
-  "#+OPTIONS: latex:t\n"
+  "#+OPTIONS: latex:t toc:nil H:3\n"
   "Default header to control html export options, and ensure
   first line isn't assumed to be a title line."
   :group 'org-mime

Reply via email to