work capture template )
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user