Skip to content

Instantly share code, notes, and snippets.

@myuhe
Created March 13, 2014 14:48
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 myuhe/9529871 to your computer and use it in GitHub Desktop.
Save myuhe/9529871 to your computer and use it in GitHub Desktop.
(add-hook 'after-save-hook (lambda ()
(when (string= (buffer-file-name) "your_file_name")
(org-gcal-post-at-point))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment