From fe711d7b23b21750e818e47173e40cf45dcd7381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Tue, 14 Jun 2022 13:25:53 +0200 Subject: [PATCH] Add pause for timers in org-mode Hydra --- myconfig.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/myconfig.org b/myconfig.org index 8f1a077..9d7e405 100644 --- a/myconfig.org +++ b/myconfig.org @@ -1002,13 +1002,15 @@ Notifications _t_: Start _w_: Clock-In _c_: Capture _s_: Stop _o_: Clock-Out _l_: Last Capture _r_: Countdown _j_: Clock-goto + _a_: pAuse _p_: Insert Count _q_: quit " ("t" org-timer-start) ("s" org-timer-stop) - ("r" org-timer-set-timer) ; This one requires you be in an orgmode doc, as it sets the timer for the header + ("r" org-timer-set-timer) ; ¿This one requires you be in an orgmode doc, as it sets the timer for the header? + ("a" org-timer-pause-or-continue) ; ¿This one requires you be in an orgmode doc, as it sets the timer for the header? ("p" org-timer) ; output timer value to buffer ("w" (org-clock-in)) ; used with (org-clock-persistence-insinuate) (setq org-clock-persist t) ("o" org-clock-out) ; you might also want (setq org-log-note-clock-out t)