remove houdini 'stuff' from setup ; add music processing items
This commit is contained in:
parent
32c118f9ce
commit
a84a33ce99
|
@ -76,7 +76,6 @@
|
||||||
(ignore-errors (kill-buffer "*scratch*"))
|
(ignore-errors (kill-buffer "*scratch*"))
|
||||||
; Open main files used as 'gateway' to everything else
|
; Open main files used as 'gateway' to everything else
|
||||||
(find-file "~/org/culinary/meal_plan.org")
|
(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_couples.org")
|
||||||
(find-file "~/org/health/health_mike.org")
|
(find-file "~/org/health/health_mike.org")
|
||||||
(find-file "~/org/orgzly/_habits.org")
|
(find-file "~/org/orgzly/_habits.org")
|
||||||
|
@ -136,7 +135,6 @@
|
||||||
(ignore-errors (kill-buffer "*scratch*"))
|
(ignore-errors (kill-buffer "*scratch*"))
|
||||||
; Open main files used as 'gateway' to everything else
|
; Open main files used as 'gateway' to everything else
|
||||||
(find-file "~/org/culinary/meal_plan.org")
|
(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_couples.org")
|
||||||
(find-file "~/org/health/health_mike.org")
|
(find-file "~/org/health/health_mike.org")
|
||||||
(find-file "~/org/orgzly/_habits.org")
|
(find-file "~/org/orgzly/_habits.org")
|
||||||
|
|
|
@ -83,7 +83,6 @@
|
||||||
(when (not kmn/is-dayjob)
|
(when (not kmn/is-dayjob)
|
||||||
(setq org-agenda-files (list
|
(setq org-agenda-files (list
|
||||||
"~/org/health/_health.org"
|
"~/org/health/_health.org"
|
||||||
"~/org/health/health_houdini.org"
|
|
||||||
"~/org/health/health_couples.org"
|
"~/org/health/health_couples.org"
|
||||||
"~/org/health/health_mike.org"
|
"~/org/health/health_mike.org"
|
||||||
"~/org/_index.org"
|
"~/org/_index.org"
|
||||||
|
@ -113,9 +112,6 @@
|
||||||
(:name "Health"
|
(:name "Health"
|
||||||
:and (:habit t
|
:and (:habit t
|
||||||
:tag "health"))
|
:tag "health"))
|
||||||
(:name "Houdini"
|
|
||||||
:and (:habit t
|
|
||||||
:tag "houdini"))
|
|
||||||
(:name "House"
|
(:name "House"
|
||||||
:and (:habit t
|
:and (:habit t
|
||||||
:tag "house"))
|
:tag "house"))
|
||||||
|
|
|
@ -171,38 +171,12 @@
|
||||||
:jump-to-captured "t"
|
:jump-to-captured "t"
|
||||||
:unnarrowed "t"
|
:unnarrowed "t"
|
||||||
)
|
)
|
||||||
("hh" "Houdini")
|
("m" "Music import (beets)" entry
|
||||||
("hhl" "Log Entry"
|
(file "~/org/orgzly/_todo.org")
|
||||||
entry (file+datetree "~/org/health/health_houdini.org" "Log")
|
(file "~/org/template_beets.org")
|
||||||
"* %^{Timestamp}U %^{Text} %^g\n%?"
|
:prepend t
|
||||||
:time-prompt "t"
|
:immediate-finish "f"
|
||||||
:immediate-finish "t"
|
|
||||||
:jump-to-captured "t"
|
: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")
|
("p" "Photography")
|
||||||
("pt" "Theme (Film)" entry
|
("pt" "Theme (Film)" entry
|
||||||
|
|
Reference in a new issue