alphapapa / alphapapa/org-super-agenda

Config and screenshot example

Aperta
#98 6 commenti 1 reazione 1 assegnatario Rivendicata da @alphapapa Vedi su GitHub
documentation
Lingua principale
Emacs Lisp
Stelle
1.5k
Fork
107
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.