From: Nick Dokos <nicholas.dokos@hp.com>
To: thomas@koch.ro
Cc: emacs-orgmode@gnu.org
Subject: Re: Sending reminder Emails to other people with org-mode
Date: Mon, 25 Feb 2013 14:55:31 -0500 [thread overview]
Message-ID: <5373.1361822131@alphaville> (raw)
In-Reply-To: Message from Thomas Koch <thomas@koch.ro> of "Mon, 25 Feb 2013 20:20:39 +0100." <201302252020.39712.thomas@koch.ro>
Thomas Koch <thomas@koch.ro> wrote:
> Hi,
>
> A common workflow (of mine) is: Work on something, submit and wait several
> days or weeks for a review or reply before I can continue. So I switch to the
> next task.
>
> I'd love if org-mode could keep track of tasks that are waiting for others and
> semi-automatically remind those others in a weekly email that I'm waiting for
> them.
>
> I imagine a command that I could run over my tasks. The command finds such
> tasks, prepares a reminder mail that I can send directly from within emacs and
> remembers the date when I last naged the other.
>
> Any ideas? Thanks for your attention,
>
It depends on how you set up your tasks, but I imagine something like the following
will be fairly easy to set up:
o When you submit, the task goes into a WAITING state and several
properties are added: (who to nag, when the last nag went out).
o You can then write a function that finds waiting tasks, and checks the
relevant properties in order to construct the nagging email. The
details will vary of course, but the mapping and property APIs should
be able to deal with the org aspects. See
(info "(org) Using the mapping API")
(info "(org) Using the property API")
The is-it-time-to-nag logic can be easily done in elisp. Sending email
is also quite possible in elisp, but the details will depend on the
mail package you decide to use.
o The function can be run using a timer. See
(info "(elisp) Timers for Delayed Execution")
There are lots of details elided in the above description of course, but
this is probably a reasonable first approximation.
Nick
prev parent reply other threads:[~2013-02-25 19:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-25 19:20 Sending reminder Emails to other people with org-mode Thomas Koch
2013-02-25 19:55 ` Nick Dokos [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=5373.1361822131@alphaville \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=thomas@koch.ro \
/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).