http://bjoernstechblog.rueffer.info/posts/org-mode/lisp/emacs/2011/10/29/find-a-dangling-clock-in-org-mode/
last updated on 25 May 2018

29 October 2011

find a dangling clock in org-mode

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:

Björn Rüffer — Copyright © 2009–2018 — bjoern.rueffer.info