update desktop org-mode to auto-position at TOP of agenda ; tweak org super agenda groupings to be more in line with current needs

This commit is contained in:
KemoNine 2023-04-07 19:35:28 -04:00
parent 695ad43182
commit 96878ea701
2 changed files with 10 additions and 4 deletions

View File

@ -93,9 +93,11 @@
(setq org-super-agenda-groups (setq org-super-agenda-groups
'( '(
(:name "Therapy" (:name "Health"
:and (:habit t :and (:habit t
:tag "therapy")) :tag "therapy"
:tag "headmed"
:tag "health"))
(:name "Houdini" (:name "Houdini"
:and (:habit t :and (:habit t
:tag "houdini")) :tag "houdini"))
@ -109,9 +111,11 @@
:and (:habit t :and (:habit t
:tag "meds")) :tag "meds"))
(:name "Misc" :habit t) (:name "Misc" :habit t)
(:name "Therapy" (:name "Health"
:and (:todo ("WIP" "READY") :and (:todo ("WIP" "READY")
:tag "therapy")) :tag "therapy"
:tag "headmed"
:tag "health"))
(:name "Personal" (:name "Personal"
:todo ("WIP" "READY")) :todo ("WIP" "READY"))
(:name "Slip Box" :tag "slipbox") (:name "Slip Box" :tag "slipbox")

View File

@ -22,5 +22,7 @@
(split-window-below 15) (split-window-below 15)
(next-multiframe-window) (next-multiframe-window)
(find-file "~/org/orgzly/_slipbox.org") (find-file "~/org/orgzly/_slipbox.org")
(next-multiframe-window)
(goto-char 0)
) )
) )