Skip to content

Instantly share code, notes, and snippets.

@punchagan
Created June 21, 2016 20:54
Show Gist options
  • Select an option

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

Select an option

Save punchagan/8b6683c0ce312b8fd2f10d80fe9c34f8 to your computer and use it in GitHub Desktop.
Org drill related code
(defun my/org-drill (tag)
(interactive "MTag: ")
(let ((org-drill-tag tag))
(call-interactively #'org-drill)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment