emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Frederic Couchet <fcouchet@april.org>
To: emacs-orgmode@gnu.org
Subject: Re: org-mode + pomodoro
Date: Tue, 31 Aug 2010 11:40:57 +0200	[thread overview]
Message-ID: <87aao32k7q.fsf@april.org> (raw)
In-Reply-To: AANLkTinZ5u5+1-SE5ptjoCsYVj0rHDTXx9SbbqKyadee@mail.gmail.com

>>>>> "Sergey" == Sergey Konoplev <gray.ru@gmail.com> writes:

    Sergey> Hi all, Are there ways to use Pomodoro technique
    Sergey> (http://www.pomodorotechnique.com/) with org-mode? If there
    Sergey> are what are the best practices?

    Sergey> Thank you in advice.

Hello,

I always start a clock when I work on a task. And for the Pomodoro
technique I use also the org-timer module with some configuration.

Activate the org-timer module :

(add-to-list 'org-modules 'org-timer)

Set a default value for the timer, for example :

(setq org-timer-default-timer 25)

Modify the org-clock-in so that a timer is started with the default
value except if a timer is already started :

(add-hook 'org-clock-in-hook '(lambda () 
      (if (not org-timer-current-timer) 
      (org-timer-set-timer '(16)))))

Fred.

  parent reply	other threads:[~2010-08-31  9:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-27  8:06 org-mode + pomodoro Sergey Konoplev
2010-08-27 17:15 ` A. Ryan Reynolds
2010-08-30  7:31   ` Sergey Konoplev
2010-08-31  9:40 ` Frederic Couchet [this message]
2010-09-02 16:00   ` Łukasz Stelmach
2010-09-02 21:41     ` Bastien
2010-09-03  6:28       ` Łukasz Stelmach
2010-09-03 11:54       ` Frederic Couchet
2010-09-02 20:30   ` Bastien
2014-05-30  8:07 ` Arthur Leonard Andersen

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87aao32k7q.fsf@april.org \
    --to=fcouchet@april.org \
    --cc=emacs-orgmode@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).