move attic/archive location ; remove all things medical and healthcare

This commit is contained in:
KemoNine 2024-09-29 18:22:36 -04:00
parent 6bcbf4743f
commit 8edff3bd97
5 changed files with 6 additions and 76 deletions

View file

@ -75,8 +75,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_couples.org")
(find-file "~/org/health/health_mike.org")
(find-file "~/org/orgzly/_habits.org")
(find-file "~/org/orgzly/_todo.org")
(find-file "~/org/orgzly/_slipbox.org")
@ -89,12 +87,6 @@
(next-multiframe-window)
(org-agenda nil "t")
(goto-char 0)
; show kmn health notes/data tracker
;(split-window-below)
;(next-multiframe-window)
;(find-file "~/org/health/health_mike.org")
;(goto-char 0)
; focus top most frame
(next-multiframe-window)
)
@ -108,8 +100,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_couples.org")
(find-file "~/org/health/health_mike.org")
(find-file "~/org/orgzly/_habits.org")
(find-file "~/org/orgzly/_todo.org")
(find-file "~/org/orgzly/_slipbox.org")

View file

@ -81,9 +81,6 @@
(setq org-agenda-file-regexp "\\`[^.].*\\.org\\'")
(setq org-agenda-files (list
"~/org/health/_health.org"
"~/org/health/health_couples.org"
"~/org/health/health_mike.org"
"~/org/_index.org"
"~/org/orgzly/_todo.org"
"~/org/orgzly/_slipbox.org"
@ -145,7 +142,7 @@
(agenda "" (
(org-agenda-overriding-header "Habits")
(org-agenda-files (list "~/org/orgzly/_habits.org"
"~/org/health/_meds.org"))
"~/org/_meds.org"))
(org-agenda-remove-tags t)
))
(tags-todo "+homework" (
@ -177,7 +174,7 @@
(agenda "" (
(org-agenda-overriding-header "Habits")
(org-agenda-files (list "~/org/orgzly/_habits.org"
"~/org/health/_meds.org"))
"~/org/_meds.org"))
(org-agenda-remove-tags t)
))
)

View file

@ -81,77 +81,23 @@
)
("h" "Health")
("hc" "Couples")
("hch" "Homework"
entry (file+headline "~/org/health/health_couples.org" "Homework")
"** TODO %^{Heading} :health:couples:homework:\n:LOGBOOK:\n- Created: %U\n:END:%?"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("hcl" "Log Entry"
entry (file+datetree "~/org/health/health_couples.org" "Log")
(file "~/org/_org-capture-templates/template_couples_apt_log.org")
:time-prompt "t"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "f"
)
("hcd" "Appointment noteworthy developments / [time] in review"
entry (file+headline "~/org/health/health_couples.org" "To Do")
entry (file "~/org/orgzly/_slipbox.org")
(file "~/org/_org-capture-templates/template_couples_apt_developments.org")
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
:prepend "t"
)
("hca" "Appointment Notes"
entry (file+datetree "~/org/health/health_couples.org" "Log")
(file "~/org/_org-capture-templates/template_couples_apt_notes.org")
:time-prompt "t"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("hm" "Mike")
("hmh" "Homework"
entry (file+headline "~/org/health/health_mike.org" "Homework")
"** TODO %^{Heading} :health::homework:\n:LOGBOOK:\n- Created: %U\n:END:%?"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("hml" "Log Entry"
entry (file+datetree "~/org/health/health_mike.org" "Log")
"* %^{Timestamp}U %^{Text} :health:log:%^g\n:LOGBOOK:\n- Created: %U\n:END:%?"
:time-prompt "t"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "f"
)
("hmd" "Appointment noteworthy developments / [time] in review"
entry (file+headline "~/org/health/health_mike.org" "To Do")
"** READY [#A] %^{Heading} :health:appointment:%^g\nDEADLINE: %^t\n:LOGBOOK:\n- Created: %U\n:END:%?"
entry (file "~/org/orgzly/_slipbox.org")
"* READY [#A] %^{Heading} :health:appointment:%^g\nDEADLINE: %^t\n:LOGBOOK:\n- Created: %U\n:END:%?"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
:prepend "t"
)
("hma" "Appointment Notes"
entry (file+datetree "~/org/health/health_mike.org" "Log")
"* %^{Timestamp}U %^{Text} :health:appointment:%^g\n:LOGBOOK:\n- Created: %U\n:END:%?"
:time-prompt "t"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("hmx" "Anxiety Entry"
entry (file+datetree "~/org/health/health_mike.org" "Log")
"* %^{Timestamp}U %^{Text} :panic:\n:LOGBOOK:\n- Created: %U\n:END:\n** Level (0-10/none-strong): %^{Level}\n** What brought on your feelings of anxiety or panic?\n%?\n** Anxiety and Panic Responses\n*** Physical Sensations\nlist the physical sensations you felt during your anxiety response\ne.g. dizziness, shortness of breath, blushing, sweating, muscle tension. Indicate three that frighten you the most.\n*** Thoughts and Images\nlist the thoughts you had when anticipating or experiencing your anxiety response\ne.g. 'im having a heart attack', 'im losign control', 'something terrible will happen'\n*** Behaviors and Actions\nlist the behaviors you exhibited or actions you took as a result of your anxiety response\n"
:time-prompt "t"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("m" "Music import (beets)" entry
(file "~/org/orgzly/_slipbox.org")
(file "~/org/_org-capture-templates/template_beets.org")

View file

@ -24,9 +24,6 @@
(global-set-key (kbd "C-c d s")
(lambda () (interactive) (find-file "~/org/orgzly/_slipbox.org"))
)
(global-set-key (kbd "C-c d h")
(lambda () (interactive) (find-file "~/org/health/_health.org"))
)
(global-set-key (kbd "C-c d g")
(lambda () (interactive) (find-file "~/org/games/_games.org"))
)

View file

@ -166,7 +166,7 @@
(goto-char (point-max))
(while (outline-previous-heading)
(org-set-property "ARCHIVE" (concat
"~/org/Attic/org-mode/%s/"
"~/Attic/org-mode/%s/"
(format-time-string "%Y" (current-time))
"/"
(format-time-string "%m" (current-time))