branch: elpa/org-mime
commit dd9dac74cc05cd8439d59580ec9c7d9749359b54
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
doc on html export
---
README.org | 7 +++++++
org-mime.el | 8 ++++++++
2 files changed, 15 insertions(+)
diff --git a/README.org b/README.org
index 1856770ebc..bd6f1a2454 100644
--- a/README.org
+++ b/README.org
@@ -110,6 +110,13 @@ Or just setup your export options in org buffer/subtree.
Please double check your org and latex setup. See
[[https://github.com/org-mime/org-mime/issues/33]] for technical details.
You can also modify the variable =org-mime-org-html-with-latex-default=.
+
+** The exported HTML is wrong
+Please note this program can only embed exported HTML into mail. Org-mode is
responsible for rendering HTML.
+
+One issue of org-mode is
[[https://github.com/org-mime/org-mime/issues/38][unwanted numbers in
displaymath and equation]].
+
+Thibault Marin provided
[[https://lists.gnu.org/archive/html/emacs-orgmode/2019-11/msg00016.html][a
patch to fix the org-mode]].
** Keep gpg signatures outside of multipart
=org-mime-find-html-start= gives user a chance to tweak the region beginning
to htmlize,
#+begin_src lisp
diff --git a/org-mime.el b/org-mime.el
index 97c964a9be..36ed7c2996 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -99,6 +99,14 @@
;; 3. Now the quoted mail uses a modern style (like Gmail), so mail replies
;; looks clean and modern. If you prefer the old style, please set
;; `org-mime-beautify-quoted-mail' to nil.
+;;
+;; 4. Please note this program can only embed exported HTML into mail.
+;; Org-mode is responsible for rendering HTML.
+;;
+;; For example, see https://github.com/org-mime/org-mime/issues/38
+;; The solution is patching org-mode,
+;; https://lists.gnu.org/archive/html/emacs-orgmode/2019-11/msg00016.html
+;;
;;; Code:
(require 'cl-lib)