|
|
|
@ -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)
|
|
|
|
|