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-clockto find the dangling clock item.
And here's the function:
0 comments:
Post a Comment
Comments are moderated to prevent abuse and may not be made public immediately.