home too :D

This commit is contained in:
LinlyBoi
2024-10-15 09:06:56 +03:00
parent 551b42f062
commit 109218953b

View File

@@ -275,6 +275,11 @@
(file+headline "~/org/work.org" "Schedule") (file+headline "~/org/work.org" "Schedule")
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T" "* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
:empty-lines 1)) :empty-lines 1))
(add-to-list 'org-capture-templates
'("H" "Home Event" entry
(file+headline "~/org/home.org" "Schedule")
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
:empty-lines 1))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
'("h" "Home" entry '("h" "Home" entry
(file+headline "~/org/home.org" "Inbox") (file+headline "~/org/home.org" "Inbox")