Skip to content

Instantly share code, notes, and snippets.

@dive
Created September 29, 2019 20:08
Show Gist options
  • Save dive/4630e86029b15bc9276873ea51dfbf43 to your computer and use it in GitHub Desktop.
Save dive/4630e86029b15bc9276873ea51dfbf43 to your computer and use it in GitHub Desktop.
org-mode: org-agenda-bulk-custom-functions
(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