From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: org-mode <emacs-orgmode@gnu.org>
Subject: Re: todo items and email
Date: Mon, 24 Mar 2008 13:36:39 +0100 [thread overview]
Message-ID: <87abkol2nc.fsf@kamaloka.dhatu> (raw)
In-Reply-To: <m3ve3d1596.fsf@richardriley.net> (Richard G. Riley's message of "Sun, 23 Mar 2008 22:48:21 +0100")
[-- Attachment #1.1: Type: text/plain, Size: 1032 bytes --]
Hi Richard
Richard G Riley <rileyrgdev@googlemail.com> writes:
> Has anyone any pointers on the best approach to having something like an
> automated email from the org system (probably via cron) which emails the
> agenda and/or tasks tagged as "emailstatus" or similar on a
> daily/hourly/whatever basis?
Formerly, I used a cronjob executing this shellscript every morning at
7:00.
#!bin/bash
emacs -batch -l ~/.emacs.nosrv -eval '(org-batch-agenda "a" org-agenda-ndays 7 org-agenda-include-diary nil org-agenda-files (quote ("~/aktuell/myconf/mygtd.org")))' | mail -s 'Todo-Liste und Kalender' sven.bretfeld@relwi.unibe.ch
> If my request seems a bit vague it's because it is : I'm interested in
> what other people do with org for remote reminders etc. I'm already
> looking into cron publishing the agenda to my web site for example.
Nowadays, I simply use CVS to keep control over my org files. Updating
them is the first task when I start to work on or leave one of my
computers (home, office, mobile).
Greetings
Sven
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
prev parent reply other threads:[~2008-03-24 12:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-23 21:48 todo items and email Richard G Riley
2008-03-24 12:36 ` Sven Bretfeld [this message]
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87abkol2nc.fsf@kamaloka.dhatu \
--to=sven.bretfeld@gmx.ch \
--cc=emacs-orgmode@gnu.org \
/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 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).