From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Notifications of appointments in Agenda screen? Date: Thu, 30 Aug 2012 08:36:01 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T76nJ-0003pO-AE for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 11:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T76mp-0005Zy-El for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 11:36:33 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:39535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T76mp-0005Zm-8p for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 11:36:03 -0400 Received: by obhx4 with SMTP id x4so4084250obh.0 for ; Thu, 30 Aug 2012 08:36:02 -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: emacs-orgmode On Thu, Aug 30, 2012 at 8:26 AM, Nathan Neff wrote: > Hi all, > > I seem to recall a feature in org-mode that would show > notifications for upcoming appointments, scheduled items, > deadlines, etc. in Emacs itself. For example the status bar > would have a red notification saying "Dr Appointment in 15 minutes". Nevermind -- I got it. I found the appt-activate and org-agenda-to-appt. I'll put a simple "how-to" on Worg if I find time :-) > > I'm looking all over, and all I can find are posts about how to set > up org-notify to call some external messaging app. I'm on OSX and > don't want to purchase "Growl". > > I found org-notify.el, > (https://github.com/p-m/org-notify/blob/master/org-notify.el) > but it seems to require a "notify" property on any headline that you > want to be notified > of. I would like org-mode to automatically notify me (on the status > bar, etc) for > any headline that has a time associated with it. > > I also don't want to rely on an external program because I use org-mode > on different systems. > > Any ideas for a simple notification system that would "pop up" a > message in Emacs itself, or > on the status line? > > Thanks, > --Nate