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:20:08 -0600 Message-ID: References: <7633.1330540550@alphaville> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015173ff3e29ead0b04ba22950c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2sox-0004Ex-T9 for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 18:20:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2sod-0002di-AM for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 18:20:31 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:65005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2soc-0002c7-T8 for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 18:20:11 -0500 Received: by bkwq16 with SMTP id q16so1080213bkw.0 for ; Wed, 29 Feb 2012 15:20:08 -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 --0015173ff3e29ead0b04ba22950c Content-Type: text/plain; charset=ISO-8859-1 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 >> >> >> > --0015173ff3e29ead0b04ba22950c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Oh crap! I tried a google search but it didn't brought any results. I d= id not remember. I'm sorry about that.

I will check = it out, thanks!

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




--0015173ff3e29ead0b04ba22950c--