Skip to content

Instantly share code, notes, and snippets.

@obiwong
Created May 17, 2011 05:14
Show Gist options
  • Save obiwong/975988 to your computer and use it in GitHub Desktop.
Save obiwong/975988 to your computer and use it in GitHub Desktop.
auto clock out org-mode
(run-at-time "11:30" (* 60 60 24)
(lambda ()
(when (org-clock-is-active)
(org-clock-out))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment