Skip to content

Instantly share code, notes, and snippets.

@punchagan
Last active June 1, 2017 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punchagan/c56a64bdd3c910e64e47 to your computer and use it in GitHub Desktop.
Save punchagan/c56a64bdd3c910e64e47 to your computer and use it in GitHub Desktop.
Org clock demo code
(if (org-clocking-p)
(message (concat "I am currently clocking into " org-clock-heading))
(message "I am slacking off!"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment