all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bob Newell <bobnewell@bobnewell.net>
To: help-gnu-emacs@gnu.org
Subject: Re: alarm clocks and timers in Emacs?
Date: Sun, 02 Apr 2017 11:40:56 -1000	[thread overview]
Message-ID: <87h926a3o7.fsf@bobnewell.net> (raw)
In-Reply-To: <87pogvos5d.fsf@gmail.com> (Devin Prater's message of "Sun, 02 Apr 2017 13:28:30 +0000")

Devin Prater <r.d.t.prater@gmail.com> writes:

> David Mann <manndmd@gmail.com> writes:
> Thanks for this. I'll take a look. A use case for me would be to set a
> timer for when I’m on break during the day, setting a timer for maybe 10
> minutes, and recieve a sound, or something Emacspeak could say, to let
> me know that time is up so I can prepare to work again. If Org mode can
> do all that, then it is powerful indeed!

I do exactly this right now. Check out the package 'pomodoro'. This is my
startup code to make use of it. 

(require 'pomodoro)
(global-set-key (kbd "<C-f1>") 'pomodoro-start)
(global-set-key (kbd "<C-f2>") 'pomodoro-stop)
(global-set-key (kbd "<C-f3>") 'pomodoro-pause)
(global-set-key (kbd "<C-f4>") 'pomodoro-resume)
(fset 'pomodoro " [ ]")
(pomodoro-add-to-mode-line)

You customize within 'pomodoro' to set your timers and your sounds. I
use a tea-kettle whistle to stop work and a factory whistle to start
again. Plenty of sound files out there to choose from.

-- 
Bob Newell
Honolulu, Hawai`i
* Via Gnus/BBDB/Org/Emacs/Linux *



  reply	other threads:[~2017-04-02 21:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-02 10:05 alarm clocks and timers in Emacs? Devin Prater
2017-04-02 16:10 ` David Mann
2017-04-02 13:28   ` Devin Prater
2017-04-02 21:40     ` Bob Newell [this message]
2017-04-02 19:14 ` tomas

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h926a3o7.fsf@bobnewell.net \
    --to=bobnewell@bobnewell.net \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.