Untested:
emacs -batch -l ~/.emacs -eval '(org-batch-agenda "a")' \
| mail [EMAIL PROTECTED]
With (setq org-agenda-include-diary t), the diary will
be part of the mailing automatically.
- Carsten
On May 15, 2007, at 14:50, Patrick Drechsler wrote:
Hi,
is it possible to mail the agen
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