Merge branch 'maint'
This commit is contained in:
commit
0d01226633
|
@ -285,7 +285,7 @@ otherwise export the entire body."
|
||||||
|
|
||||||
(defun org-mime-compose (body fmt file &optional to subject headers)
|
(defun org-mime-compose (body fmt file &optional to subject headers)
|
||||||
(require 'message)
|
(require 'message)
|
||||||
(message-mail to subject headers nil)
|
(compose-mail to subject headers nil)
|
||||||
(message-goto-body)
|
(message-goto-body)
|
||||||
(let ((bhook
|
(let ((bhook
|
||||||
(lambda (body fmt)
|
(lambda (body fmt)
|
||||||
|
|
Loading…
Reference in New Issue