From 8fef91db541f28ca9574a010d6d6081666d4d5c3 Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 28 May 2026 08:33:53 -0400 Subject: [PATCH] Add tag groups, disable hl-line-mode in agenda --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 27f1fee..e87f046 100644 --- a/config.org +++ b/config.org @@ -278,7 +278,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett **** Agenda and Capture ***** Agenda settings #+BEGIN_SRC emacs-lisp -(add-hook 'org-agenda-mode-hook #'hl-line-mode) +;; (add-hook 'org-agenda-mode-hook #'hl-line-mode) (setq org-agenda-files (append '("~/org/") (file-expand-wildcards "~/projects/*/") @@ -287,9 +287,11 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett (org-agenda-files :maxlevel . 9)) org-refile-use-outline-path 'file org-refile-allow-creating-parent-nodes 'confirm - org-tag-alist '(("call" . ?c) + org-tag-alist '((:startgroup) + ("call" . ?c) ("email" . ?e) ("errand" . ?r) + (:endgroup) ("jobpc" . ?j) ("license" . ?l)) org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)") -- 2.39.5