From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Ken <kensubuntu@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: emailing agenda view
Date: Sun, 14 Sep 2014 21:46:58 -0400 [thread overview]
Message-ID: <m2tx497izx.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <87wq95sy19.fsf_-_@gmail.com> (Ken's message of "Sun, 14 Sep 2014 17:16:34 -0400")
Ken <kensubuntu@gmail.com> 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
next prev parent reply other threads:[~2014-09-15 1:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-14 20:58 how to change floating point rep in the spreadsheet Uwe Brauer
2014-09-14 21:05 ` [SOLVED] (was: how to change floating point rep in the spreadsheet) Uwe Brauer
2014-09-14 21:16 ` emailing agenda view Ken
2014-09-15 1:46 ` John Kitchin [this message]
2014-09-16 2:05 ` Ken
2014-09-15 7:28 ` Eric Abrahamsen
2014-09-16 2:06 ` Ken
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2tx497izx.fsf@andrew.cmu.edu \
--to=jkitchin@andrew.cmu.edu \
--cc=emacs-orgmode@gnu.org \
--cc=kensubuntu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.