branch: elpa/org-mime
commit 95c33ec35339477f24daa1a43cf6f155e2a64e85
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
add screenshot
---
README.org | 4 ++++
screenshot.png | Bin 0 -> 41161 bytes
2 files changed, 4 insertions(+)
diff --git a/README.org b/README.org
index 97c1761d01..7446b75880 100644
--- a/README.org
+++ b/README.org
@@ -8,6 +8,10 @@ org-mime can be used to send 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.
Tested on Emacs 24.3, 24.4, 24.5, 25.1, 25.2
+
+Screenshot:
+[[file:screenshot.png]]
+
* Setup
#+begin_src elisp
(require 'org-mime)
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000000..0a311af775
Binary files /dev/null and b/screenshot.png differ