emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Shine Zhong <shineliang@gmail.com>
To: nicholas.dokos@hp.com
Cc: Org Mode <emacs-orgmode@gnu.org>,
	Marcelo de Moraes Serpa <celoserpa@gmail.com>
Subject: Re: Org appt notifications with Growl (OSX)
Date: Wed, 29 Feb 2012 11:00:56 -0800	[thread overview]
Message-ID: <CAM=PUQB0xGiWo17aMfJLbKizqxtVhgKNWF9ntCcEhNo7U7AWFg@mail.gmail.com> (raw)
In-Reply-To: <7633.1330540550@alphaville>

[-- Attachment #1: Type: text/plain, Size: 1430 bytes --]

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 <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
> 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
>
>
>

[-- Attachment #2: Type: text/html, Size: 2476 bytes --]

  reply	other threads:[~2012-02-29 19:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-29 18:04 Org appt notifications with Growl (OSX) Marcelo de Moraes Serpa
2012-02-29 18:35 ` Nick Dokos
2012-02-29 19:00   ` Shine Zhong [this message]
2012-02-29 23:20     ` Marcelo de Moraes Serpa
2012-02-29 23:21       ` Marcelo de Moraes Serpa
2012-03-01  0:32 ` John Wiegley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAM=PUQB0xGiWo17aMfJLbKizqxtVhgKNWF9ntCcEhNo7U7AWFg@mail.gmail.com' \
    --to=shineliang@gmail.com \
    --cc=celoserpa@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).