Update org agenda to reference Spotify instead of Lola

This commit is contained in:
Jeremy Dormitzer 2023-03-07 10:46:37 -05:00
parent 7054c682aa
commit ea7e1ceb76

View File

@ -11,7 +11,6 @@
(add-hook 'org-mode-hook (lambda () (require 'org-attach)))
:custom
(org-agenda-files `(,(expand-file-name "~/org/todo.org")
,(expand-file-name "~/org/deft/unifydb.org")
,(expand-file-name "~/org/lola-gcal.org")
,(expand-file-name "~/org/personal-gcal.org")
,(expand-file-name "~/org/j-n-gcal.org")))
@ -22,8 +21,8 @@
"|"
"DONE(d)"
"CANCELLED(c)")))
(org-capture-templates `(("l" "Lola task" entry
(file+headline ,(expand-file-name "~/org/todo.org") "Lola")
(org-capture-templates `(("s" "Spotify task" entry
(file+headline ,(expand-file-name "~/org/todo.org") "Spotify")
"* TODO %i%?")
("p" "Personal task" entry
(file+headline ,(expand-file-name "~/org/todo.org") "Personal")
@ -67,6 +66,8 @@
:custom
(org-super-agenda-groups `((:name "In progress"
:todo "IN PROGRESS")
(:name "Spotify"
:tag "@spotify")
(:name "Lola"
:tag "@lola")
(:name "unifyDB"