From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-notify: Need to get notifications at the start time of the task (in addition to the deadline) Date: Wed, 08 Jun 2016 11:01:25 -0400 Message-ID: <87ziqvd8sa.fsf@alphaville.usersys.redhat.com> References: <871t4bq1l6.fsf@persistent.com> <841t4boj06.fsf@gmail.com> <84inxlsf88.fsf@gmail.com> <87h9d5cvh3.fsf@bell.net> <874m94mohv.fsf@persistent.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAfRP-0007Rm-02 for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 11:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAfRL-00056a-BU for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 11:30:46 -0400 Received: from plane.gmane.org ([80.91.229.3]:48716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAfRK-00056Q-TT for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 11:30:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bAfAQ-0005iW-Ea for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 17:13:14 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2016 17:13:09 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2016 17:13:09 +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" To: emacs-orgmode@gnu.org Amit Tendulkar writes: > Charles Philip Chan writes: > >> Marco Wahl writes: >> >>> http://emacs-fu.blogspot.de/2009/11/showing-pop-ups.html >>> looks promising. >> >> This is what I use: >> >> https://www.emacswiki.org/emacs/notify.el > > I put notify.el in my load path and added the following lines in my init > file. > > (autoload 'notify "notify" "Notify TITLE, BODY.") > (appt-activate 1) > (org-agenda-to-appt) > > Still I am getting only inline intimations for the appointments. Am I > missing something? The commentary at the top of notify.el says: ,---- | ;; This provides a single function, `notify', that will produce a notify | ;; pop-up via D-Bus, libnotify, simple message or growl. | ;; To use, just put (autoload 'notify "notify" "Notify TITLE, BODY.") | ;; in your init file. You may override default chosen notification | ;; method by assigning `notify-method' to one of 'notify-via-dbus | ;; 'notify-via-libnotify or 'notify-via-message `---- Does that help? You probably need to set notify-method to something reasonable for your platform. BTW, completely untested. There are also some relevant answers in the FAQ: http://orgmode.org/worg/org-faq.html#Appointments/Diary http://orgmode.org/worg/org-faq.html#automatic-reminders -- Nick