From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Notifications-notify for org-mode scheduled items? Date: Mon, 2 Mar 2015 12:54:41 -0500 (EST) Message-ID: <477923083.13751437.1425318881466.JavaMail.zimbra@redhat.com> References: <236000327.8705426.1424456958103.JavaMail.zimbra@redhat.com> <1315055321.8705560.1424456975399.JavaMail.zimbra@redhat.com> <87wq372hzg.fsf@nicolasgoaziou.fr> <1214622328.10830918.1424876292203.JavaMail.zimbra@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUYH-00068t-Tb for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:54:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSUYE-0003JZ-MA for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:54:45 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:38924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUYE-0003IP-E8 for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:54:42 -0500 Received: from zmail23.collab.prod.int.phx2.redhat.com (zmail23.collab.prod.int.phx2.redhat.com [10.5.83.28]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id t22Hsfjv006697 for ; Mon, 2 Mar 2015 12:54:41 -0500 In-Reply-To: <1214622328.10830918.1424876292203.JavaMail.zimbra@redhat.com> 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 folks, I would like to receive desktop notifications (1* e.g below) for scheduled items. E.g if I schedule like this: * Make Coffee SCHEDULED: <2015-03-02 Mon 01:30> Then I would like a desktop notification to pup up at 1:30 telling me to make coffee. I saw the org-notify package, but besides this post: http://permalink.gmane.org/gmane.emacs.orgmode/59339 I didn't see any documentation on it, making it somewhat tricky to configure. I'd be willing to spend time figuring out the package, but I'm wondering, has someone got something like this to work already? And if so, would you be willing to share a 'high-level' overview? (I'd be happy to figure out the details). Thank you 1* I get a desktop notification if I run this command: (notifications-notify :title "Title" :body "This is important." :actions '("Confirm" "I agree" "Refuse" "I disagree") :on-action 'my-on-action-function :on-close 'my-on-close-function) ref: https://www.gnu.org/software/emacs/manual/html_node/elisp/Desktop-Notifications.html Leo Ufimtsev | Intern Software Engineer @ Eclipse Team