From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: emailing agenda view Date: Sun, 14 Sep 2014 21:46:58 -0400 Message-ID: References: <877g15syw6.fsf@mat.ucm.es> <87egvd52vn.fsf@mat.ucm.es> <87wq95sy19.fsf_-_@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTLNk-0004nl-6J for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 21:47:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTLNe-0006v9-5L for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 21:47:08 -0400 Received: from smtp.andrew.cmu.edu ([128.2.157.38]:54009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTLNe-0006v4-1F for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 21:47:02 -0400 In-Reply-To: <87wq95sy19.fsf_-_@gmail.com> (Ken's message of "Sun, 14 Sep 2014 17:16:34 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ken Cc: emacs-orgmode@gnu.org 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 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