Skip to content
Snippets Groups Projects
Unverified Commit 1b2c32dc authored by Ryan Desfosses's avatar Ryan Desfosses Committed by Nicolas Goaziou
Browse files

gnu: Add emacs-org-mime


* gnu/packages/emacs-xyz.scm (emacs-org-mime): New variable.

Signed-off-by: default avatarNicolas Goaziou <mail@nicolasgoaziou.fr>
parent 1c33b1b8
No related branches found
No related tags found
No related merge requests found
......@@ -6374,6 +6374,29 @@ (define-public emacs-anki-editor
(SRS) but would like to make cards in Org mode.")
(license license:gpl3+))))
 
(define-public emacs-org-mime
(package
(name "emacs-org-mime")
(version "0.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/org-mime/org-mime")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0vchyd80ybvr6317dwm50nxcgxfrpc0bz6259vnrh24p5sb8shbj"))))
(build-system emacs-build-system)
(home-page "http://github.com/org-mime/org-mime")
(synopsis "Send HTML email using Org mode HTML export")
(description
"This program sends HTML email using Org-mode HTML export.
This approximates a WYSiWYG HTML mail editor from within Emacs, and can be
useful for sending tables, fontified source code, and inline images in
email.")
(license license:gpl3+)))
(define-public emacs-org-superstar
(package
(name "emacs-org-superstar")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment