Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created February 22, 2019 17:56
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 gnufied/0d90dd3c1724499ae4c6eee2341209c3 to your computer and use it in GitHub Desktop.
Save gnufied/0d90dd3c1724499ae4c6eee2341209c3 to your computer and use it in GitHub Desktop.
(setq org-super-agenda-groups
'(;; Each group has an implicit boolean OR operator between its selectors.
(:name "Today"
;; Single arguments given alone
:not(:tag "meetings" :tag "PROJECT"))
(:name "Projects"
;; meetings
:tag "PROJECT")
(:name "Immediately"
;; single argument
:priority "A")
(:name "Meetings"
;; meetings
:tag "meetings")
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment