[emacs-berlin] [EXTERNAL] Re: clock-in pomodoro timer

Mooers, Blaine H.M. (HSC) Blaine-Mooers at ouhsc.edu
Fri Feb 17 12:14:33 UTC 2023


Yes, I use org-pomodoro with the logbook everyday.
It is very easy  to use them together.

You also need the sound-wav package.
I turn the ticking sound off because it is too low in frequency.
I just use the alarms for the end of a pomodoro and the end of a break.
I use the Tomightly.app for the ticking soud.

Here is my current configuration:

;;*** org-pomodoro
(use-package org-pomodoro
:commands (org-pomodoro)
:config
(setq alert-user-configuration (quote ((((:category . "org-pomodoro")) libnotify nil)))))

(use-package sound-wav)
(setq org-pomodoro-ticking-sound-p nil)
(setq org-pomodoro-ticking-sound-states '(:pomodoro :short-break :long-break))
(setq org-pomodoro-ticking-sound-states '(:pomodoro))
(setq org-pomodoro-ticking-frequency 1)
(setq org-pomodoro-audio-player "mplayer")
(setq org-pomodoro-finished-sound-args "-volume 0.9")
(setq org-pomodoro-long-break-sound-args "-volume 0.9")
(setq org-pomodoro-short-break-sound-args "-volume 0.9")
(setq org-pomodoro-ticking-sound-args "-volume 0.3")

(global-set-key (kbd "C-c o") 'org-pomodoro)

I navigate the point to the headline in the respective org file and enter C-c o.
If the project lacks a logbook, a new one is created automatically.




Best regards,

Blaine

Blaine Mooers, Ph.D.
Associate Professor
Department of Biochemistry and Molecular Biology, College of Medicine
Director of the Laboratory of Biomolecular Structure and Function
Academic Director, Biomolecular Structure Core, COBRE in Structural Biology
Full Member, Cancer Biology Program, Stephenson Cancer Center
University of Oklahoma Health Sciences Center

Mailing Address:
975 NE 10th Street, BRC 466
Oklahoma City, OK 73104-5419
Office: 405-271-8300 Lab: 405-271-8312

Websites:
Faculty page: https://basicsciences.ouhsc.edu/bmb/Faculty/bio_details/mooers-blaine-hm-phd
BSC-OKC (LBSF): https://research.ouhsc.edu/Core-Facilities/Laboratory-of-Biomolecular-Structure-and-Function
COBRE in Structural Biology: https://www.ou.edu/structuralbiology
________________________________
From: emacs-berlin <emacs-berlin-bounces at emacs-berlin.org> on behalf of Ilia Kurenkov <ilia.kurenkov at gmail.com>
Sent: Friday, February 17, 2023 4:36 AM
To: emacs (text editor and kitchen sink) berlin user group <emacs-berlin at emacs-berlin.org>
Subject: [EXTERNAL] Re: [emacs-berlin] clock-in pomodoro timer

Check this out, I've been using it for a while and it's alright:
https://github.com/marcinkoziej/org-pomodoro<https://urldefense.com/v3/__https://github.com/marcinkoziej/org-pomodoro__;!!GNU8KkXDZlD12Q!_bbYo7DwradDfj4TIoY5zmIGvcBtGHKizSoa1-t-t29EhXjAafT2jCxG0WQYUGwL7p12pOyVjwLYMi71g7eH5t2zOlIW$>

On Fri, Feb 17, 2023, 09:56 Asalle <asalle.kim at gmail.com<mailto:asalle.kim at gmail.com>> wrote:
Hi all,

I use org-clock-in/out to track time for my personal information. I also use the handy org-pomodoro timer. Do you think there's a way to combine the two? Clock in a "default" or pre-set task in org when the timer starts and clock out when it stops?

Thank you in advance,
Best regards,
Asalle
_______________________________________________
emacs-berlin mailing list
emacs-berlin at emacs-berlin.org<mailto:emacs-berlin at emacs-berlin.org>
https://mailb.org/mailman/listinfo/emacs-berlin<https://urldefense.com/v3/__https://mailb.org/mailman/listinfo/emacs-berlin__;!!GNU8KkXDZlD12Q!_bbYo7DwradDfj4TIoY5zmIGvcBtGHKizSoa1-t-t29EhXjAafT2jCxG0WQYUGwL7p12pOyVjwLYMi71g7eH5tATcb7L$>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailb.org/pipermail/emacs-berlin/attachments/20230217/120c84bc/attachment-0001.htm>


More information about the emacs-berlin mailing list