Re: [O] emailing agenda view

2014-09-15 Thread Ken
Eric Abrahamsen writes: > Ken writes: > >> Is there anyway to email the agenda view to a list f recipients? > > You can do C-x C-w to write the agenda to a file, and then email that > file to people. It would take hardly any elisp to tie those things > together... > > > Thank you for your respon

Re: [O] emailing agenda view

2014-09-15 Thread Ken
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-

Re: [O] emailing agenda view

2014-09-15 Thread Eric Abrahamsen
Ken writes: > Is there anyway to email the agenda view to a list f recipients? You can do C-x C-w to write the agenda to a file, and then email that file to people. It would take hardly any elisp to tie those things together...

Re: [O] emailing agenda view

2014-09-14 Thread John Kitchin
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 the

[O] emailing agenda view

2014-09-14 Thread Ken
Is there anyway to email the agenda view to a list f recipients? Thank you, Ken -- You will be divorced within a year.