alphapapa / alphapapa/org-super-agenda

Config and screenshot example

Open
#98 6 comments 1 reaction 1 assignee Claimed by @alphapapa View on GitHub
documentation
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:
![screenshot](https://user-images.githubusercontent.com/8283631/61664260-06c39c00-ac98-11e9-8c0c-bf728f4f0e95.jpg)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.