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*"))
|
||||
; 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")
|
||||
|
|
|
@ -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"))
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue