emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Marcelo de Moraes Serpa <celoserpa@gmail.com>
To: Shine Zhong <shineliang@gmail.com>
Cc: nicholas.dokos@hp.com, Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Org appt notifications with Growl (OSX)
Date: Wed, 29 Feb 2012 17:21:01 -0600	[thread overview]
Message-ID: <CACHMzOGqmL=RBMeUY7GgnDmJxWMmceYsFcRK2gtQuXh0WjMmVA@mail.gmail.com> (raw)
In-Reply-To: <CACHMzOH6D1cKESNx+BWTjBEQRZ+Zx0xo=0D-sK5=jc+6m3QzTg@mail.gmail.com>

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

@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 <shineliang@gmail.com> 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 <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: 3430 bytes --]

  reply	other threads:[~2012-02-29 23:21 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
2012-02-29 23:20     ` Marcelo de Moraes Serpa
2012-02-29 23:21       ` Marcelo de Moraes Serpa [this message]
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='CACHMzOGqmL=RBMeUY7GgnDmJxWMmceYsFcRK2gtQuXh0WjMmVA@mail.gmail.com' \
    --to=celoserpa@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    --cc=shineliang@gmail.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).