emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* mail agenda similar to `diary-mail-entries'
@ 2007-05-15 12:50 Patrick Drechsler
  2007-05-15 18:47 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Patrick Drechsler @ 2007-05-15 12:50 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

is it possible to mail the agenda using a cron job similar to the
diary function `diary-mail-entries'?

Currently I have this shell script for mailing the diary entries to
myself:

--8<---------------cut here---------------start------------->8---
#!/bin/bash
## send diary entries by mail
emacs \
    --batch \
    --load ~/.emacs \
    --load ~/.gnus \
    --funcall diary-mail-entries \
    --eval "(setq diary-mail-days 7)"
--8<---------------cut here---------------end--------------->8---

It would be nice to also include the agenda in this setup.

Any ideas?

Cheers,

Patrick 
-- 
"You know the world is going crazy when the best rapper is a white
guy, the best golfer is a black guy, the Swiss hold the America's Cup,
France is accusing the US of arrogance, and Germany doesn't want to go
to war."          -- Charles Barkley

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-11 11:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-15 12:50 mail agenda similar to `diary-mail-entries' Patrick Drechsler
2007-05-15 18:47 ` Carsten Dominik
2007-06-09 23:36   ` Patrick Drechsler
2007-06-10  4:37     ` Carsten Dominik
2007-06-10  5:13       ` Eddward DeVilla
2007-06-11 11:10       ` Patrick Drechsler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).