Added more Orgmode templates
This commit is contained in:
parent
24985f8132
commit
a6be72da51
|
@ -8,14 +8,62 @@ return {
|
||||||
org_agenda_files = '~/orgfiles/**/*',
|
org_agenda_files = '~/orgfiles/**/*',
|
||||||
org_default_notes_file = '~/orgfiles/refile.org',
|
org_default_notes_file = '~/orgfiles/refile.org',
|
||||||
org_capture_templates = {
|
org_capture_templates = {
|
||||||
t = { description = 'Task', template = '* TODO %?\n %u' },
|
|
||||||
j = {
|
j = {
|
||||||
description = 'Journal',
|
description = 'Journal',
|
||||||
datetree = {
|
datetree = {
|
||||||
tree_type = 'day',
|
tree_type = 'day',
|
||||||
},
|
},
|
||||||
template = '\n**** %?\n%U\n',
|
template = '\n**** %?\nEntered on %U\n',
|
||||||
target = '~/orgfiles/journal.org',
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/journal.org',
|
||||||
|
},
|
||||||
|
-- Setup 1:1 capture templates
|
||||||
|
s = {
|
||||||
|
description = 'Sandeep 1:1',
|
||||||
|
datetree = {
|
||||||
|
tree_type = 'day',
|
||||||
|
},
|
||||||
|
template = '**** %?\nEntered on %U\n',
|
||||||
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/sandeep1on1.org',
|
||||||
|
},
|
||||||
|
d = {
|
||||||
|
description = 'Debbie 1:1',
|
||||||
|
datetree = {
|
||||||
|
tree_type = 'day',
|
||||||
|
},
|
||||||
|
template = '**** %?\nEntered on %U\n',
|
||||||
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/debbie1on1.org',
|
||||||
|
},
|
||||||
|
b = {
|
||||||
|
description = 'Billy 1:1',
|
||||||
|
datetree = {
|
||||||
|
tree_type = 'day',
|
||||||
|
},
|
||||||
|
template = '**** %?\nEntered on %U\n',
|
||||||
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/billy1on1.org',
|
||||||
|
},
|
||||||
|
t = {
|
||||||
|
description = 'Taylor 1:1',
|
||||||
|
datetree = {
|
||||||
|
tree_type = 'day',
|
||||||
|
},
|
||||||
|
template = '**** %?\nEntered on %U\n',
|
||||||
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/taylor1on1.org',
|
||||||
|
},
|
||||||
|
a = {
|
||||||
|
description = 'Asha 1:1',
|
||||||
|
datetree = {
|
||||||
|
tree_type = 'day',
|
||||||
|
},
|
||||||
|
template = '**** %?\nEntered on %U\n',
|
||||||
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/asha1on1.org',
|
||||||
|
},
|
||||||
|
g = {
|
||||||
|
description = 'Gerald 1:1',
|
||||||
|
datetree = {
|
||||||
|
tree_type = 'day',
|
||||||
|
},
|
||||||
|
template = '**** %?\nEntered on %U\n',
|
||||||
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/gerald1on1.org',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue