From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: tea-time? Date: Wed, 29 Jul 2009 10:30:04 -0700 Message-ID: <20524da70907291030q11737210lab5966b66a01a7a@mail.gmail.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWCyi-0006rx-Je for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:30:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWCyd-0006gS-2r for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:30:11 -0400 Received: from [199.232.76.173] (port=38320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWCyc-0006fy-Uh for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:30:06 -0400 Received: from mail-yx0-f193.google.com ([209.85.210.193]:53988) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWCyc-0002zj-H0 for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 13:30:06 -0400 Received: by yxe31 with SMTP id 31so1621448yxe.24 for ; Wed, 29 Jul 2009 10:30:05 -0700 (PDT) In-Reply-To: <87d47n9sfb.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org, henry atting Hi Bastien, 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 :) > 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. I tried it and was not reminded. Does it rely on an external command? Thanks.