From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Subject: Re: emailing agenda view Date: Mon, 15 Sep 2014 22:05:41 -0400 Message-ID: <87bnqguxoq.fsf@gmail.com> 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]:52909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTi9S-0005OO-NE for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 22:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTi9N-0003FS-0o for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 22:05:54 -0400 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:55181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTi9M-0003FA-Sk for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 22:05:48 -0400 Received: by mail-qa0-f48.google.com with SMTP id v10so4718609qac.21 for ; Mon, 15 Sep 2014 19:05:44 -0700 (PDT) In-Reply-To: (John Kitchin's message of "Sun, 14 Sep 2014 21:46:58 -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: John Kitchin Cc: emacs-orgmode@gnu.org 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-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.