diff --git a/emacs/.emacs.d/config/init-org.el b/emacs/.emacs.d/config/init-org.el index 7650d6c..eb12583 100644 --- a/emacs/.emacs.d/config/init-org.el +++ b/emacs/.emacs.d/config/init-org.el @@ -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"