From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Org appt notifications with Growl (OSX) Date: Wed, 29 Feb 2012 18:32:56 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2txl-0000oj-CZ for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 19:33:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2txj-0003Ac-7j for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 19:33:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:49189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2txj-00039w-0Z for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 19:33:39 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S2txf-0002zO-Mi for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 01:33:35 +0100 Received: from c-98-214-102-66.hsd1.il.comcast.net ([98.214.102.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Mar 2012 01:33:35 +0100 Received: from jwiegley by c-98-214-102-66.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Mar 2012 01:33:35 +0100 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 >>>>> Marcelo de Moraes Serpa writes: > Hi folks, What is the best way to setup notifications to work with Growl for > orgmode? I know org can work with emacs Appt system, but is anyone currently > using it with Growl for notifications? > If you could point me to the right direction, I'd be grateful. I recommend adding support for alert.el to Org-mode, which was created for just this purpose: https://github.com/jwiegley/alert It solves the general problem, not just "sending alerts through Growl". Once a package uses alert.el, the user can customize what gets alert and how to their heart's content, while keeping the changes to Org minimal. John