From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: tea-time? Date: Thu, 30 Jul 2009 01:41:16 +0800 Message-ID: <87iqhbfkub.fsf@bzg.ath.cx> References: <871vpr6ky5.fsf@online.de> <87ab4f6ja9.fsf@kassiopeya.MSHEIMNETZ> <20524da70907162056h22637e0byee429770336b73de@mail.gmail.com> <8763drn567.fsf@bzg.ath.cx> <20524da70907251249q19f6775cob0d9bc66ed0a5d71@mail.gmail.com> <87ljmc9zn8.fsf@bzg.ath.cx> <20524da70907251714u6df5b9e4x498269578911ab4@mail.gmail.com> <87d47n9sfb.fsf@bzg.ath.cx> <20524da70907291030q11737210lab5966b66a01a7a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWD9e-0006GE-Su for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:41:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWD9a-0006FZ-7P for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:41:30 -0400 Received: from [199.232.76.173] (port=49683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWD9a-0006FW-1z for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:41:26 -0400 Received: from mail-pz0-f202.google.com ([209.85.222.202]:65066) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWD9Y-0005go-TR for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:41:25 -0400 Received: by pzk40 with SMTP id 40so618408pzk.14 for ; Wed, 29 Jul 2009 10:41:24 -0700 (PDT) In-Reply-To: <20524da70907291030q11737210lab5966b66a01a7a@mail.gmail.com> (Samuel Wales's message of "Wed, 29 Jul 2009 10:30:04 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org, henry atting Hi Samuel, Samuel Wales writes: > On 2009-07-26, Bastien wrote: >>> This thread started because it was claimed that tea-time was >>> integrated into org. >> >> (Just for the record, this statement came from emacswiki, not from the >> list... it's hard to keep on eye on emacswiki for such statements!) > > It also seems to be in your commit at: > http://repo.or.cz/w/Worg.git?a=commitdiff;h=35321eebecca824964c01dd5013b0f19dd646b24 Well, this was the patch I created after the original question about tea-time on the mailing list... >> I have implemented this tea-time functionality in latest Org. Now you >> can call `org-timer-set-timer' from Org buffers with `C-c C-x ;' and >> from Org Agendas with `;'. You will be prompted for a number of minutes >> and you will get a notification about the current headline after this >> number of minutes. You can set up to three timers. Please test. > > A remember interface and a horizontal-space-conserving mode line > countdown would work well here, allowing you to not be in org mode and > showing you how many minutes remain. Agreed. But I won't have time to code this this week. > I tried it and was not reminded. Does it rely on an external command? See the function `org-show-notification' and the option `org-show-notification-handler'. What is the output of (org-show-notification "Bump!") ? -- Bastien