John Kitchin <jkitc...@andrew.cmu.edu> writes:

> Ken <kensubu...@gmail.com> writes:
>
>
> Here is a function to email the buffer:
>
> (defun email-buffer ()
>   "Send region as the body of an email."
>   (interactive)
>   (let ((content (buffer-string)))
>     (compose-mail)
>     (message-goto-body)
>     (insert content)
>     (message-goto-to)))
>
> Just run that from your agenda, and then fill in email addresses and
> subject, and send.
>
Thank you for your response. I definitely give this a try.

Ken

--
Your supervisor is thinking about you.

Reply via email to