From 81d1164f584711693368a6dc84883b1cb0c890de Mon Sep 17 00:00:00 2001 From: Jeremy Isaac Dormitzer Date: Wed, 20 Mar 2024 12:03:12 -0400 Subject: [PATCH] Update org notes setup --- emacs/.emacs.d/config/init-org.el | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/emacs/.emacs.d/config/init-org.el b/emacs/.emacs.d/config/init-org.el index 9475735..d82f189 100644 --- a/emacs/.emacs.d/config/init-org.el +++ b/emacs/.emacs.d/config/init-org.el @@ -57,8 +57,8 @@ (function org-find-daily-note) "* %<%I:%M %p>") ("n" "Org-roam note" plain (function org-roam-capture)) - ("s" "Spotify task" entry - (file+headline ,(expand-file-name "~/org/todo.org") "Spotify") + ("h" "Hummingbird task" entry + (file+headline ,(expand-file-name "~/org/todo.org") "Hummingbird") "* TODO %i%?") ("p" "Personal task" entry (file+headline ,(expand-file-name "~/org/todo.org") "Personal") @@ -106,17 +106,12 @@ :custom (org-super-agenda-groups `((:name "In progress" :todo "IN PROGRESS") + (:name "Hummingbird" + :tag "@hummingbird") (:name "Daily" :file-path ,(expand-file-name "~/org/daily")) - (:name "Spotify" - :tag "@spotify") - (:name "Lola" - :tag "@lola") - (:name "unifyDB" - :tag "@unifydb") (:name "Personal" - :tag "@personal") - (:name "Jira" :file-path ,(expand-file-name "~/org/jira"))))) + :tag "@personal")))) ;; (use-package org-gcal ;; :commands (org-gcal-sync