From mboxrd@z Thu Jan 1 00:00:00 1970 From: mah@everybody.org (Mark A. Hershberger) Subject: Re: Notification of upcoming deadlines via email Date: Sat, 06 Dec 2008 14:32:02 -0500 Message-ID: <87bpvphzgt.fsf@everybody.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L92tA-0003g4-PB for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 14:32:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L92t6-0003aC-Qz for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 14:32:28 -0500 Received: from [199.232.76.173] (port=33176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L92t6-0003Zp-Fz for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 14:32:24 -0500 Received: from main.gmane.org ([80.91.229.2]:42558 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L92t6-0001iC-2o for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 14:32:24 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L92sx-0004Om-LT for emacs-orgmode@gnu.org; Sat, 06 Dec 2008 19:32:15 +0000 Received: from 24.152.221.116.res-cmts.eph.ptd.net ([24.152.221.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Dec 2008 19:32:15 +0000 Received: from mah by 24.152.221.116.res-cmts.eph.ptd.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Dec 2008 19:32:15 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Gary writes: > What I would like to do is have emacs send me an email when a deadline > is approaching. Is that possible? I am *much* more likely to read an > email than remember to look at the calendar or whatever, and moreover > it sits in my mailbox until I really take some action to deal with it, > even if it is only to delete it. You can check out this article http://article.gmane.org/gmane.emacs.orgmode/5271 for having reminders show up as pop-ups. Replace the “call-process” bit with your own shell program or lisp fragment. HTH, Mark.