emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] emailing agenda view


From: Ken
Subject: Re: [O] emailing agenda view
Date: Mon, 15 Sep 2014 22:05:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

John Kitchin <address@hidden> writes:

> Ken <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]