I often forget to clock out in emacs org-mode. And I often would like
to find org-mode items where I have previously forgotten to clock
out. Here’s a little function that lets you do exactly that. Put it
into you .emacs
file, so that the function gets defined when emacs
starts up. Then, in an org-mode buffer, just say
M-x org-find-dangling-clock
to find the dangling clock item.
And here’s the function: