Auto-categorize events in org-super-agenda

This commit is contained in:
coolneng 2021-01-20 14:31:16 +01:00
parent d151287226
commit a7b83c7e54
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 8 deletions

View File

@ -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