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

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

[nongnu] elpa/org-mime cc00afcf02: ox-html is required


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime cc00afcf02: ox-html is required
Date: Sun, 2 Oct 2022 21:58:53 -0400 (EDT)

branch: elpa/org-mime
commit cc00afcf0291633324364c1c83bfe2833cfdc1bf
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@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.sh@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



reply via email to

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