branch: elpa/org-mime commit cc00afcf0291633324364c1c83bfe2833cfdc1bf Author: Chen Bin <chenbin...@gmail.com> Commit: Chen Bin <chenbin...@gmail.com>
ox-html is required --- org-mime.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org-mime.el b/org-mime.el index ce46740dcc..c0154f4594 100644 --- a/org-mime.el +++ b/org-mime.el @@ -6,7 +6,7 @@ ;; Maintainer: Chen Bin <chenbin...@gmail.com> ;; Keywords: mime, mail, email, html ;; Homepage: http://github.com/org-mime/org-mime -;; Version: 0.3.1 +;; Version: 0.3.2 ;; Package-Requires: ((emacs "25.1")) ;; This file is not part of GNU Emacs. @@ -126,6 +126,7 @@ (require 'outline) (require 'org) (require 'ox-org) +(require 'ox-html) (require 'message) (defcustom org-mime-beautify-quoted-mail-p t