From 96878ea70153fa18923727499c609798da541925 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 7 Apr 2023 19:35:28 -0400 Subject: [PATCH] update desktop org-mode to auto-position at TOP of agenda ; tweak org super agenda groupings to be more in line with current needs --- org/config-org-agendas.el | 12 ++++++++---- org/config-org-desktop.el | 2 ++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/org/config-org-agendas.el b/org/config-org-agendas.el index 2269222..f6dce09 100644 --- a/org/config-org-agendas.el +++ b/org/config-org-agendas.el @@ -93,9 +93,11 @@ (setq org-super-agenda-groups '( - (:name "Therapy" + (:name "Health" :and (:habit t - :tag "therapy")) + :tag "therapy" + :tag "headmed" + :tag "health")) (:name "Houdini" :and (:habit t :tag "houdini")) @@ -109,9 +111,11 @@ :and (:habit t :tag "meds")) (:name "Misc" :habit t) - (:name "Therapy" + (:name "Health" :and (:todo ("WIP" "READY") - :tag "therapy")) + :tag "therapy" + :tag "headmed" + :tag "health")) (:name "Personal" :todo ("WIP" "READY")) (:name "Slip Box" :tag "slipbox") diff --git a/org/config-org-desktop.el b/org/config-org-desktop.el index a348bc4..d65e4a2 100644 --- a/org/config-org-desktop.el +++ b/org/config-org-desktop.el @@ -22,5 +22,7 @@ (split-window-below 15) (next-multiframe-window) (find-file "~/org/orgzly/_slipbox.org") + (next-multiframe-window) + (goto-char 0) ) )