From mboxrd@z Thu Jan 1 00:00:00 1970 From: brian powell Subject: Re: Reminders with alarms Date: Thu, 8 Sep 2011 11:42:02 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1gju-0005sa-MP for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 11:42:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1gjt-0004DZ-1n for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 11:42:06 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1gjs-0004D8-Sb for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 11:42:05 -0400 Received: by wyi11 with SMTP id 11so802544wyi.0 for ; Thu, 08 Sep 2011 08:42:03 -0700 (PDT) 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: Jude DaShiell Cc: Martyn Jago , emacs-orgmode@gnu.org *Recommend using "flite" (FestivalLite) for text-to-speech: cat blah.reminder | flite ** Could get really over-the-top and do something like this: http://gizmodo.com/5522802/twitter-chumby-and-a-cuckoo-bird-walk-into-a-clo= ck?tag=3Dchumby --you could use the Twitter API and send OrgMode Tweets (complete with reminders) to your personalized Chumby Cuckoo Clock!! ;-) P.S. I've used calendar/*Fancy Diary Entries* and appt.el for many years--works great--I just have it pop up a big blank emacs screen with the alarm reminder--I usually set it for 15 minutes ahead of the important reminder: ;;; appt.el --- appointment notification functions. ;; Copyright (C) 1989, 1990, 1994 Free Software Foundation, Inc. ;; Author: Neil Mager ... (setq appt-message-warning-time 15) (setq appt-display-interval 5) On Wed, Sep 7, 2011 at 11:10 PM, Jude DaShiell wr= ote: > In debian, there's a cowsay package you can use to make the computer > speak. =A0Also packages that produce different types of beeps are > available. =A0 So far as I now know, they would need to be run as part of > a bash script or the equivalent within emacs in order to work though. > > On Wed, 7 Sep 2011, Martyn Jago wrote: > >> Hi >> >> Stephen Nelson-Smith writes: >> >> > Hi there, >> > >> > I'm just starting to explore orgmode. =A0I'm an experienced GTD-er (6 >> > yrs) and have looked with interest at a few articles on using orgmode >> > for this. =A0The one area I can't seem to work out is how to set a >> > reminder with an alarm and attach it to an entry. >> > >> > Suppose I have an entry like: >> > >> > ** My project >> > *** My action 1 :home: >> > *** My action 2 :follow up: >> > >> > I would like to be able to set a reminder that makes a visible (and >> > maybe audible) alert - in say 4 hrs, 2 days, at 1530 next wednesday >> > etc. =A0I see that I can set schedules for when to start work, but I'v= e >> > been unable to get it to remind me at all. >> > >> > Any suggestions? >> > >> > S. >> >> I use the growl notification system (on MAC) along with todochiku.el for >> simple timer notification out of Emacs. Growl can be set to 'speak' the >> notification (not sure about other sounds). >> >> todochiku also works with (snarl/libnotify) on other OSs. >> >> The command todochiku-message allows you to add a notification to a hook >> such as org-timer-done-hook (in your init file)... >> >> --8<---------------cut here---------------start------------->8--- >> =A0(defun mj-notify-timer-done () >> =A0 (todochiku-message "Title here" "Further text here" >> =A0(todochiku-icon 'bell))) >> =A0(add-hook 'org-timer-done-hook =A0'mj-notify-timer-done)) >> --8<---------------cut here---------------end--------------->8--- >> >> Regards >> >> Martyn >> >> >> > > Jude > "I love the Pope, I love seeing him in his Pope-Mobile, his three feet > of bullet proof plexi-glass. That's faith in action folks! You know he's > got God on his side." > ~ Bill Hicks > >