emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* todo items and email
@ 2008-03-23 21:48 Richard G Riley
  2008-03-24 12:36 ` Sven Bretfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Richard G Riley @ 2008-03-23 21:48 UTC (permalink / raw)
  To: org-mode


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?

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.

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

* Re: todo items and email
  2008-03-23 21:48 todo items and email Richard G Riley
@ 2008-03-24 12:36 ` Sven Bretfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Bretfeld @ 2008-03-24 12:36 UTC (permalink / raw)
  To: org-mode


[-- 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

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

end of thread, other threads:[~2008-03-24 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-23 21:48 todo items and email Richard G Riley
2008-03-24 12:36 ` Sven Bretfeld

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).