Auto-categorize events in org-super-agenda
This commit is contained in:
parent
d151287226
commit
a7b83c7e54
9
+org.el
9
+org.el
|
@ -16,14 +16,7 @@
|
|||
(use-package! org-super-agenda
|
||||
:after org-agenda
|
||||
:init
|
||||
(setq org-super-agenda-groups '((:name "Due today"
|
||||
:deadline today)
|
||||
(:name "Important"
|
||||
:priority "A")
|
||||
(:name "Overdue"
|
||||
:deadline past)
|
||||
(:name "Due soon"
|
||||
:deadline future)))
|
||||
(setq org-super-agenda-groups '((:auto-category t)))
|
||||
:config
|
||||
(org-super-agenda-mode))
|
||||
;; Add timestamp to DONE task
|
||||
|
|
Loading…
Reference in New Issue