I thought it would be helpful to modify the title of the Emacs frame to display the Org task I'm clocked in to. It turns out to be a lot easier than it sounds -- just change one Org variable in Customize.
The variable is org-clock-clocked-in-display. Its default value is
mode-line. This means that the active clock displays only in the
mode line. But it can have one of three other values: nil, frame
title, both.
I've set it to both. Now the clocked task displays in both the
mode line and the frame title. It shows the clock duration in
square brackets followed by the task heading in parentheses, as shown below.
This simple update has improved my productivity significantly. The
prominent display of the clocked task reminds me of what I started
to do before I went down yet another rabbit. Not that rabbit holes
are all bad -- I was in a rabbit hole yesterday when I found
org-clock-clocked-in-display.
Try it out!
![Screenshot of a small part of author's Emacs frame. It shows the title as [1:00] (Pay Medical Bills). Below that is the menu and the first three lines of author's Org file.](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFNyCR7wNhE7OWS_SXA_uLC2am3qYCtmfYDNH5xTyQX0BNV-oBjPc38n2YX6i3_FToGd26IlzITVpwBJa14DkhAI_iW_oCjUxsnwQcYYnWyOfcIg8itUJK7DMOVJkVtUr-HbMPgXudvivO-0vIyMJSUWP4z_IPecQdr0xEwiUveuahC81Js3BpO5WO5xc/s320/org_clocked_task_in_titlebar.gif)
