From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Org appt notifications with Growl (OSX) Date: Wed, 29 Feb 2012 17:21:01 -0600 Message-ID: References: <7633.1330540550@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175cb9d6bdc13504ba22989b Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2spV-0004lX-S4 for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 18:21:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2spT-00032A-Ig for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 18:21:05 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:64377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2spT-00031B-4u for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 18:21:03 -0500 Received: by bkwq16 with SMTP id q16so1080737bkw.0 for ; Wed, 29 Feb 2012 15:21:01 -0800 (PST) In-Reply-To: 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: Shine Zhong Cc: nicholas.dokos@hp.com, Org Mode --0015175cb9d6bdc13504ba22989b Content-Type: text/plain; charset=ISO-8859-1 @Shine thanks! I'll try that. On Wed, Feb 29, 2012 at 5:20 PM, Marcelo de Moraes Serpa < celoserpa@gmail.com> wrote: > Oh crap! I tried a google search but it didn't brought any results. I did > not remember. I'm sorry about that. > > I will check it out, thanks! > > > On Wed, Feb 29, 2012 at 1:00 PM, Shine Zhong wrote: > >> 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 >>> >>> >>> >> > --0015175cb9d6bdc13504ba22989b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable @Shine thanks! I'll try that.

O= n Wed, Feb 29, 2012 at 5:20 PM, Marcelo de Moraes Serpa &= lt;celoserpa@gmail.com> wrote:
Oh crap! I tried a google search but it didn= 't brought any results. I did not remember. I'm sorry about that.
I will check it out, thanks!


<= div class=3D"gmail_quote">On Wed, Feb 29, 2012 at 1:00 PM, Shine Zhong <shineliang@gmail.com> wrote:
There is a good tool integrate with Growl, &= quot;todochiku"


Here is the section 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 ()
=A0 (interactive)
=A0 (setq appt-time-msg-list nil)
=A0 (org-agenda-to-appt))

;; Run once, activate = and schedule refresh
(my-org-agenda-to-appt)
(appt-acti= vate 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: =A0 orgmode + appt
---


Regards,
Shine



On Wed, Feb 29, 2012 at 10:35 AM, Nick D= okos <nicholas.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?=A0
>
> If you could point me to the right direction, I'd be grateful.
>

Somebody asked the same question back in 2010:

=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





--0015175cb9d6bdc13504ba22989b--