Update org agenda to reference Spotify instead of Lola
This commit is contained in:
parent
7054c682aa
commit
ea7e1ceb76
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user