From mboxrd@z Thu Jan 1 00:00:00 1970 From: pmlists@free.fr (Peter =?utf-8?Q?M=C3=BCnster?=) Subject: notify, when something to do Date: Sun, 23 Oct 2011 12:07:54 +0200 Message-ID: <87vcrgqav9.fsf@micropit.couberia.bzh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHuyP-00005Z-La for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 06:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHuyO-0000hA-9X for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 06:08:09 -0400 Received: from lo.gmane.org ([80.91.229.12]:49230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHuyN-0000gw-Mx for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 06:08:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RHuyM-0005oC-HZ for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 12:08:06 +0200 Received: from arennes-359-1-251-199.w2-2.abo.wanadoo.fr ([2.2.202.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Oct 2011 12:08:06 +0200 Received: from pmlists by arennes-359-1-251-199.w2-2.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Oct 2011 12:08:06 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I would like to be notified[1], when a todo item enters the warning period, scheduled time, or deadline. I can imagine writing a function, that executes every 5 minutes, that scans all agenda files calling `org-get-[scheduled,deadline]-time', but I hope, that there is already something, that I can use more easily. TIA for any help, Peter Footnotes: [1] For notifying, I'll use an external program, for example "notify-send", because the emacs window is not always visible.