org-pomodoro icon indicating copy to clipboard operation
org-pomodoro copied to clipboard

pomodoro technique for org-mode

Results 43 org-pomodoro issues
Sort by recently updated
recently updated
newest added

I am unable to play the ticking sound. I can play other sounds fine -- the start sound, end sound, etc. However, when I try to enable the ticking sound,...

Creates and custom variable `org-pomodoro-notify-options` to customize parameters for `alert` when `org-pomodoro-notify` is called. For example, on macOS with `(setq org-pomodoro-notify-options '(:style osx-notifier))` notifications are enabled.

The following message is shown when starting a pomodoro: ```elisp Debugger entered--Lisp error: (void-variable org-pomodoro-countdown) org-pompid--format-message("Pomodoro ends at %s") #f(compiled-function () #)() run-hooks(org-pomodoro-started-hook) org-pomodoro-start(:pomodoro) org-pomodoro(nil) funcall-interactively(org-pomodoro nil) call-interactively(org-pomodoro nil nil)...

Adds additional details to notifications, e.g.: "Time for a short break." => "Time for a 5 minute break." Displays key binding for starting the next pomodoro, e.g.: "Ready for another...

With my list of tasks visible in my org-agenda view I would like to be able to clock-into a task, work on it and clock-out if completed even if the...

Some recent changes in the following dependency https://github.com/jwiegley/alert cause an error when some special quote characters are printed, so we replace them with more standard characters. The error occurs on...

I know a var named "org-pomodoro-finished-hook",but I can't find the variable which was the buffer I start org-pomodoro function

`org-pomodoro` play tick sound every second using `run-with-timer` and sometimes it makes tick sound lag and no mode-line updates a little while. The tick sound is important to focus more...

The timer sound sputters randomly duing a pomodoro. The randomness is distracting. Below is my configuration. ```emacs-lisp (use-package org-pomodoro :ensure t :commands (org-pomodoro) :config (setq alert-user-configuration (quote ((((:category . "org-pomodoro"))...

I found the bell to be extremely loud. In case this helps anyone, this makes the .wav files 40 dB quieter using ``` ffmpeg -i tick.wav -filter:a "volume=-40dB" tick_quiet.wav ffmpeg...