mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-29 20:35:02 +00:00
org-mime: insert contents *before* signature
Thanks to Rainer M. Krug for reporting * contrib/lisp/org-mime.el (org-mime-org-buffer-htmlize): Insert contents *before* signature.
This commit is contained in:
parent
3c66db85f0
commit
943b6701c4
@ -234,7 +234,7 @@ handling with appropriate MIME encoding."
|
||||
(html (org-mime-apply-html-hook (car html-and-images))))
|
||||
;; dump the exported html into a fresh message buffer
|
||||
(reporter-compose-outgoing)
|
||||
(goto-char (point-max))
|
||||
(message-goto-body)
|
||||
(prog1 (insert (org-mime-multipart body html)
|
||||
(mapconcat 'identity html-images "\n"))
|
||||
(delete-file temp-body-file))))
|
||||
|
Loading…
Reference in New Issue
Block a user