Created
June 21, 2016 20:54
-
-
Save punchagan/8b6683c0ce312b8fd2f10d80fe9c34f8 to your computer and use it in GitHub Desktop.
Org drill related code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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