From a959152d216e32053654fe6de02805acb68805fd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Nov 2023 09:35:40 +0100 Subject: [PATCH] Increase highlighting of valid keys in Org clock hydra This improves spotting the available keys, I think. --- site-lisp/db-org.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 7a9e4ee..9e123bc 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -829,10 +829,10 @@ forces clocking in of the default task." ;; Quote %, as otherwise they would be misinterpreted as format characters " Current Task: %s(replace-regexp-in-string \"%\" \"%%\" (or org-clock-current-task \"\")); -- Clock in to _w_ork, _h_ome, _b_reak default task -- Cloin in to _l_ast, or _s_elect task to clock in to -- _j_ump to current clock or to _a_ny item -- Clock _o_ut +- Clock in to [_w_]ork, [_h_]ome, [_b_]reak default task +- Cloin in to [_l_]ast, or [_s_]elect task to clock in to +- [_j_]ump to current clock or to [_a_]ny item +- Clock [_o_]ut " ("w" (db/org-clock-in-work-task) nil) ("h" (db/org-clock-in-home-task) nil)