From a84a33ce9980bcbc10b7d70308261cd2975e58d1 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 27 May 2024 09:56:12 -0400 Subject: [PATCH] remove houdini 'stuff' from setup ; add music processing items --- common/workspaces.el | 2 -- org/config-org-agendas.el | 4 ---- org/config-org-capture.el | 36 +++++------------------------------- 3 files changed, 5 insertions(+), 37 deletions(-) diff --git a/common/workspaces.el b/common/workspaces.el index caced3a..a895326 100644 --- a/common/workspaces.el +++ b/common/workspaces.el @@ -76,7 +76,6 @@ (ignore-errors (kill-buffer "*scratch*")) ; Open main files used as 'gateway' to everything else (find-file "~/org/culinary/meal_plan.org") - (find-file "~/org/health/health_houdini.org") (find-file "~/org/health/health_couples.org") (find-file "~/org/health/health_mike.org") (find-file "~/org/orgzly/_habits.org") @@ -136,7 +135,6 @@ (ignore-errors (kill-buffer "*scratch*")) ; Open main files used as 'gateway' to everything else (find-file "~/org/culinary/meal_plan.org") - (find-file "~/org/health/health_houdini.org") (find-file "~/org/health/health_couples.org") (find-file "~/org/health/health_mike.org") (find-file "~/org/orgzly/_habits.org") diff --git a/org/config-org-agendas.el b/org/config-org-agendas.el index 3045bbb..acfe92b 100644 --- a/org/config-org-agendas.el +++ b/org/config-org-agendas.el @@ -83,7 +83,6 @@ (when (not kmn/is-dayjob) (setq org-agenda-files (list "~/org/health/_health.org" - "~/org/health/health_houdini.org" "~/org/health/health_couples.org" "~/org/health/health_mike.org" "~/org/_index.org" @@ -113,9 +112,6 @@ (:name "Health" :and (:habit t :tag "health")) - (:name "Houdini" - :and (:habit t - :tag "houdini")) (:name "House" :and (:habit t :tag "house")) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index cc5bbf0..92ea978 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -171,38 +171,12 @@ :jump-to-captured "t" :unnarrowed "t" ) - ("hh" "Houdini") - ("hhl" "Log Entry" - entry (file+datetree "~/org/health/health_houdini.org" "Log") - "* %^{Timestamp}U %^{Text} %^g\n%?" - :time-prompt "t" - :immediate-finish "t" + ("m" "Music import (beets)" entry + (file "~/org/orgzly/_todo.org") + (file "~/org/template_beets.org") + :prepend t + :immediate-finish "f" :jump-to-captured "t" - :unnarrowed "t" - ) - ("hhf" "Food" - entry (file+datetree "~/org/health/health_houdini.org" "Log") - "* %^{Timestamp}U %^{Food} - %^{Amount} :food:%?" - :time-prompt "t" - :immediate-finish "t" - :jump-to-captured "t" - :unnarrowed "t" - ) - ("hhm" "Medication" - entry (file+datetree "~/org/health/health_houdini.org" "Log") - "* %^{Timestamp}U %^{Medication} :medication:%?" - :time-prompt "t" - :immediate-finish "t" - :jump-to-captured "t" - :unnarrowed "t" - ) - ("hhw" "Weight" - entry (file+datetree "~/org/health/health_houdini.org" "Log") - "* %^{Timestamp}U %^{Weight} lbs %?:weight:" - :time-prompt "t" - :immediate-finish "t" - :jump-to-captured "t" - :unnarrowed "t" ) ("p" "Photography") ("pt" "Theme (Film)" entry