alphapapa / alphapapa/org-super-agenda
Config and screenshot example
- Dominant language
- Emacs Lisp
- Stars
- 1.5k
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Thank you for making this package. I find it really useful. I thought I would contribute my config and a screenshot in case it can benefit others.
Here's my config:
(setq org-super-agenda-groups
'(
(:name "Deadlines"
:deadline today
:order 0)
(:name "Upcoming Deadlines"
:deadline future
:order 10)
(:name "Habits"
:habit t
:order 7)
(:name "Routines"
:category "Routine"
:order 6)
(:name "GTD Upkeep"
:category "GTD"
:order 8)
(:name "Events"
:category "Event"
:category "Social"
:order 1)
(:name "Emails and online tasks"
:tag "@email"
:order 1)
(:name "Work tasks"
:time-grid t
:and (:tag "@work" :todo t :scheduled today)
:order 2)
(:name "Deferred work tasks"
:and (:tag "@work" :not (:todo ("CNCL" "DONE")) :scheduled past)
:order 3)
(:name "Information about today"
:category "Sunrise"
:category "Day info"
:order 9)
(:name "Personal tasks"
:scheduled today
:order 4)
(:name "Deferred personal tasks"
:and (:not (:todo ("CNCL" "DONE")) :scheduled past)
:order 5))))
I'm probably not doing this in the most efficient way (this is my first attempt) but this setup works quite well for me.
Screenshot:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.