Created
September 29, 2019 20:08
-
-
Save dive/4630e86029b15bc9276873ea51dfbf43 to your computer and use it in GitHub Desktop.
org-mode: org-agenda-bulk-custom-functions
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 dive/org-mark-as-reviewed () | |
"Mark current selected items as REVIEWED." | |
(org-set-property "REVIEWED" (org-time-stamp '(16) nil))) | |
(add-to-list 'org-agenda-bulk-custom-functions | |
'(?R dive/org-mark-as-reviewed)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment