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.

> Is there anyway to email the agenda view to a list f recipients?
>
> Thank you,
> Ken
>
> --
> You will be divorced within a year.
>
>

-- 
-----------------------------------
John Kitchin
Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu

Reply via email to