Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small wording improvements #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Org-Pomodoro

This adds very basic support for
[Pomodoro technique](http://www.pomodorotechnique.com/)
in Emacs' org-mode.
to Emacs' org-mode.

With default customs:

You can start a pomodoro for the task at point or select one of the
last tasks that you clocked time for. Each clocked-in pomodoro
starts a timer of 25 minutes and after each pomodoro a break timer of
5 minutes is started automatically. Every 4 breaks a long break is
started with 20 minutes. All values are customizable.
5 minutes is started automatically. Every 4 breaks a long break of 20
minutes is started. All values are customizable.

Installation
============
Expand All @@ -33,7 +33,7 @@ Usage

1. Move point to a task as you would do with `org-clock-in`.
Call `org-pomodoro` the task will be clocked-in.
2. When there's time for break, the task will be `org-clock-out`'ed
2. When it's time for break, the task will be `org-clock-out`'ed
3. If you call `org-pomodoro` during a pomodoro, you'll be asked to reset
a pomodoro.
4. If you call `org-pomodoro` outside org-mode, you'll be presented
Expand Down