work capture template )

This commit is contained in:
LinlyBoi
2024-10-15 09:05:09 +03:00
parent 1572a6ae69
commit 551b42f062

View File

@@ -252,7 +252,7 @@
(add-to-list 'org-capture-templates
'("w" "Work" entry
(file+headline "~/org/work.org" "Inbox")
"* TODO [#C] %?\n %i" :empty-lines 1))
"* TODO [#A] %?\n %i" :empty-lines 1))
(add-to-list 'org-capture-templates
'("i" "Content idea" entry
(file+headline "~/org/work.org" "Ideas")
@@ -270,6 +270,11 @@
(file+headline "~/org/studies.org" "Schedule")
"* %^{Subject} %^{Type|Lecture|Section}\n%^{Time}T"
:empty-lines 1))
(add-to-list 'org-capture-templates
'("W" "Event" entry
(file+headline "~/org/work.org" "Schedule")
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
:empty-lines 1))
(add-to-list 'org-capture-templates
'("h" "Home" entry
(file+headline "~/org/home.org" "Inbox")