Eric Abrahamsen writes:
> Ken writes:
>
>> Is there anyway to email the agenda view to a list f recipients?
>
> You can do C-x C-w to write the agenda to a file, and then email that
> file to people. It would take hardly any elisp to tie those things
> together...
>
>
>
Thank you for your respon
John Kitchin writes:
> Ken 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-
Ken writes:
> Is there anyway to email the agenda view to a list f recipients?
You can do C-x C-w to write the agenda to a file, and then email that
file to people. It would take hardly any elisp to tie those things
together...
Ken 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 the
Is there anyway to email the agenda view to a list f recipients?
Thank you,
Ken
--
You will be divorced within a year.