Update the org super agenda groups

This commit is contained in:
coolneng 2022-10-10 16:14:31 +02:00
parent 7cbc1eccbb
commit a60d59643f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 14 additions and 0 deletions

14
+org.el
View File

@ -21,6 +21,7 @@
org-agenda-block-separator nil
org-agenda-tags-column 100
org-agenda-compact-blocks t)
(setq org-super-agenda-groups '((:auto-category t)))
(setq org-super-agenda-groups '((:name "Overdue"
:deadline past)
(:name "Today"
@ -29,11 +30,24 @@
:time-grid t)
(:name "Important"
:priority "A")
(:name "Tomorrow"
:scheduled tomorrow
:deadline tomorrow
:time-grid t)
(:name "Assignments"
:tag "labs"
:order 10)
(:name "Exams"
:tag "exams"
:order 10)
(:name "Study"
:tag "study"
:order 10)
(:name "Thesis"
:tag "thesis"
:order 10)
(:name "Mails"
:tag "mail"
:order 10)))
:config
(org-super-agenda-mode))