From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shine Zhong Subject: Re: Org appt notifications with Growl (OSX) Date: Wed, 29 Feb 2012 11:00:56 -0800 Message-ID: References: <7633.1330540550@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04426e92d10d5d04ba1ef714 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2omA-0002cW-I3 for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 14:01:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2om8-0005J0-54 for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 14:01:22 -0500 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:65261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2om7-0005IK-NA for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 14:01:20 -0500 Received: by lagz14 with SMTP id z14so395511lag.0 for ; Wed, 29 Feb 2012 11:01:16 -0800 (PST) In-Reply-To: <7633.1330540550@alphaville> 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: nicholas.dokos@hp.com Cc: Org Mode , Marcelo de Moraes Serpa --f46d04426e92d10d5d04ba1ef714 Content-Type: text/plain; charset=UTF-8 There is a good tool integrate with Growl, "todochiku" http://www.emacswiki.org/emacs/ToDoChiKu Here is the section of my .emacs --- ;; begin todochiku, enable the growlnotify (load-file "~/.emacs.d/plugins/todochiku.el") (setq todochiku-icons-directory "~/Downloads/todochiku-icons") ;; end todochiku ;; begin: orgmode + appt ; For org appointment reminders ;; Get appointments for today (defun my-org-agenda-to-appt () (interactive) (setq appt-time-msg-list nil) (org-agenda-to-appt)) ;; Run once, activate and schedule refresh (my-org-agenda-to-appt) (appt-activate t) (run-at-time "24:01" nil 'my-org-agenda-to-appt) ; Update appt each time agenda opened. (add-hook 'org-finalize-agenda-hook 'my-org-agenda-to-appt) ;; end: orgmode + appt --- Regards, Shine On Wed, Feb 29, 2012 at 10:35 AM, Nick Dokos wrote: > Marcelo de Moraes Serpa wrote: > > > 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. > > > > Somebody asked the same question back in 2010: > > http://thread.gmane.org/gmane.emacs.orgmode/27530 > > Oh, wait - it was you :-) > > There were a few replies back then: have you tried those > suggestions? > > Nick > > > --f46d04426e92d10d5d04ba1ef714 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable There is a good tool integrate with Growl, "todochiku"


Here is the sectio= n of my .emacs
---
;; begin todochiku, enable the growlnotify
(load-file "~/.emacs.d/plugins/todochiku.el")
(setq t= odochiku-icons-directory "~/Downloads/todochiku-icons")
;; end todochiku


;; begin= : orgmode + appt
; For org appointment reminders
;; Get= appointments for today
(defun my-org-agenda-to-appt ()
=C2=A0 (interactive)
=C2=A0 (setq appt-time-msg-list nil)
=C2=A0 (org-agenda-to-appt))

;; Run once, = activate and schedule refresh
(my-org-agenda-to-appt)
(= appt-activate t)
(run-at-time "24:01" nil 'my-org-agenda-to-appt)

; Update appt each time agenda opened.
(add-hoo= k 'org-finalize-agenda-hook 'my-org-agenda-to-appt)
;; end: =C2=A0 orgmode + appt
---


Regards,
Shine


On Wed, Feb 29, 2012 at 10:35 AM, Nick D= okos <nichola= s.dokos@hp.com> wrote:
Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:

> Hi folks,
>
> What is the best way to setup notifications to work with Growl for org= mode? I know org can work with
> emacs Appt system, but is anyone currently using it with Growl for not= ifications?=C2=A0
>
> If you could point me to the right direction, I'd be grateful.
>

Somebody asked the same question back in 2010:

=C2=A0 http://thread.gmane.org/gmane.emacs.orgmode/27530

Oh, wait - it was you :-)

There were a few replies back then: have you tried those
suggestions?

Nick



--f46d04426e92d10d5d04ba1ef714--