emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] emailing agenda view


From: John Kitchin
Subject: Re: [O] emailing agenda view
Date: Sun, 14 Sep 2014 21:46:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (darwin)

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.

> 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

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