From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Newman Subject: Re: Integrate APPTs with OSX Date: Wed, 14 Jul 2010 13:57:07 -0400 Message-ID: References: <20100714172356.GH5569@soloJazz.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1136983436==" Return-path: Received: from [140.186.70.92] (port=49871 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ6Oe-0001e7-MW for emacs-orgmode@gnu.org; Wed, 14 Jul 2010 14:09:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZ6D6-0002y0-4R for emacs-orgmode@gnu.org; Wed, 14 Jul 2010 13:57:33 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:49876) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ6D6-0002xv-1o for emacs-orgmode@gnu.org; Wed, 14 Jul 2010 13:57:32 -0400 Received: by vws1 with SMTP id 1so31830vws.0 for ; Wed, 14 Jul 2010 10:57:30 -0700 (PDT) In-Reply-To: <20100714172356.GH5569@soloJazz.com> 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: Juan Cc: Org Mode --===============1136983436== Content-Type: multipart/alternative; boundary=0016363b7b70382382048b5cb841 --0016363b7b70382382048b5cb841 Content-Type: text/plain; charset=UTF-8 I installed Todochiku and use the following to have it use Growl for notifications #+begin_src emacs-lisp ;; use todochiku for growl notifications of events (setq org-show-notification-handler '(lambda (notification) (todochiku-message "org-mode notification" notification (todochiku-icon 'emacs)))) #+end_src On Wed, Jul 14, 2010 at 1:23 PM, Juan wrote: > On Wed, Jul 14, 2010 at 11:41:58AM -0500, Marcelo de Moraes Serpa wrote: > > Is there a way to integrate org-mode APPT's (emacs APPT system) to > > show the reminders using growl or another OSX-like GUI feature? Has > > anyone ever done it before? > > There is this post for using gnome zenity for APPT: > > http://orgmode.org/worg/org-hacks.php#sec-3 > > Then there is growlnotify shell command for calling Growl, and there > is an elisp wrapper if you feel like it (google for something like > growl.el or growlnotify.el). > > Replace the zenity part in the first link for growl and it should be > mostly done. > > Saludos, > .j. > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --0016363b7b70382382048b5cb841 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I installed Todochiku and use the following to have it use Growl for notifi= cations

#+begin_src emacs-lisp
;; use tod= ochiku for growl notifications of events
(setq org-show-notificat= ion-handler
=C2=A0=C2=A0'(lambda (notification)
=C2=A0=C2=A0 =C2=A0(= todochiku-message "org-mode notification" notification
= =C2=A0=C2=A0 =C2=A0 =C2=A0(todochiku-icon 'emacs))))
#+end_sr= c

On Wed, Jul 14, 2010 at 1:23 PM, Juan= <Pechiar@comp= uter.org> wrote:
On Wed, Jul 14, 2010 at 1= 1:41:58AM -0500, Marcelo de Moraes Serpa wrote:
> Is there a way to integrate org-mode APPT's (emacs APPT system) to=
> show the reminders using growl or another OSX-like GUI feature? Has > anyone ever done it before?

There is this post for using gnome zenity for APPT:

=C2=A0 http://orgmode.org/worg/org-hacks.php#sec-3

Then there is growlnotify shell command for calling Growl, and there
is an elisp wrapper if you feel like it (google for something like
growl.el or growlnotify.el).

Replace the zenity part in the first link for growl and it should be
mostly done.

Saludos,
.j.

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

--0016363b7b70382382048b5cb841-- --===============1136983436== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1136983436==--