From 8a02f5bc6726861f5cd961ecffe480b7e95d06f2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 1 Sep 2023 11:06:03 -0500 Subject: [PATCH] making org agenda files make more sense --- README.org | 12 ++++-------- init.el | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/README.org b/README.org index d4e39c8c..1e3357f6 100644 --- a/README.org +++ b/README.org @@ -826,20 +826,15 @@ Part of this config includes some special capture templates for my work as a you '((sequence "TODO(t)" "PROJ(p)" "STRT(s)" "WAIT(w)" "HOLD(h)" "|" "DONE(d)" "CNCL(c)") (sequence "[ ](T)" "[-](S)" "[?](W)" "|" "[X](D)")) org-agenda-files - '("/home/chris/org/todo/notes.org" - "/home/chris/org/repetition.org" - "/home/chris/org/tfc_plans.org" - "/home/chris/org/ministry_team.org" - "/home/chris/org/todo/todo.org" - "/home/chris/org/newsletter.org" - "/home/chris/org/archive.org" + '("/home/chris/org/todo/todo.org" "/home/chris/org/nvtfc_social_media.org" "/home/chris/dev/lumina/TODO.org" "/home/chris/dev/tfcconnection/TODO.org" "/home/chris/org/lessons/" - "/home/chris/org/dailies/") + "/home/chris/org/") org-id-method 'ts org-agenda-tags-column -75 + org-agenda-dim-blocked-tasks nil org-columns-summary-types '(("+" . org-columns--summary-sum) ("$" . org-columns--summary-currencies) ("X" . org-columns--summary-checkbox) @@ -3386,6 +3381,7 @@ Ledger mode mu4e-update-interval (* 15 60) mu4e-attachment-dir "/home/chris/nc/home/Documents/attachments" mu4e-completing-read-function #'completing-read + mu4e-notification-support t ;; mu4e-mu-binary "/home/chris/.guix-home/profile/bin/mu" ;; mu4e-mu-binary "/etc/profiles/per-user/chris/bin/mu" mu4e-compose-signature-auto-include nil diff --git a/init.el b/init.el index 68f2301b..bbe55436 100644 --- a/init.el +++ b/init.el @@ -557,20 +557,15 @@ much faster. The hope is to also make this a faster version of imenu." '((sequence "TODO(t)" "PROJ(p)" "STRT(s)" "WAIT(w)" "HOLD(h)" "|" "DONE(d)" "CNCL(c)") (sequence "[ ](T)" "[-](S)" "[?](W)" "|" "[X](D)")) org-agenda-files - '("/home/chris/org/todo/notes.org" - "/home/chris/org/repetition.org" - "/home/chris/org/tfc_plans.org" - "/home/chris/org/ministry_team.org" - "/home/chris/org/todo/todo.org" - "/home/chris/org/newsletter.org" - "/home/chris/org/archive.org" + '("/home/chris/org/todo/todo.org" "/home/chris/org/nvtfc_social_media.org" "/home/chris/dev/lumina/TODO.org" "/home/chris/dev/tfcconnection/TODO.org" "/home/chris/org/lessons/" - "/home/chris/org/dailies/") + "/home/chris/org/") org-id-method 'ts org-agenda-tags-column -75 + org-agenda-dim-blocked-tasks nil org-columns-summary-types '(("+" . org-columns--summary-sum) ("$" . org-columns--summary-currencies) ("X" . org-columns--summary-checkbox) @@ -2411,6 +2406,7 @@ targets." mu4e-update-interval (* 15 60) mu4e-attachment-dir "/home/chris/nc/home/Documents/attachments" mu4e-completing-read-function #'completing-read + mu4e-notification-support t ;; mu4e-mu-binary "/home/chris/.guix-home/profile/bin/mu" ;; mu4e-mu-binary "/etc/profiles/per-user/chris/bin/mu" mu4e-compose-signature-auto-include nil