Skip to content

Instantly share code, notes, and snippets.

@punchagan
Last active June 1, 2017 15:45
Show Gist options
  • Select an option

  • Save punchagan/c56a64bdd3c910e64e47 to your computer and use it in GitHub Desktop.

Select an option

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