update orgmode templates
This commit is contained in:
parent
64b654e293
commit
3fb8c2f77f
|
@ -10,71 +10,14 @@ return {
|
|||
},
|
||||
org_default_notes_file = '~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/inbox/refile.org',
|
||||
org_capture_templates = {
|
||||
x = {
|
||||
description = 'Journal Personal',
|
||||
datetree = {
|
||||
tree_type = 'day',
|
||||
},
|
||||
template = '\n**** %?\nEntered on %U\n',
|
||||
target = '~/OrgMode-Personal/002-Areas/journal.org',
|
||||
},
|
||||
j = {
|
||||
description = 'Journal Inmar',
|
||||
datetree = {
|
||||
tree_type = 'day',
|
||||
},
|
||||
template = '\n**** %?\nEntered on %U\n',
|
||||
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 = 'Todo',
|
||||
datetree = {
|
||||
tree_type = 'day',
|
||||
},
|
||||
template = '**** - [ ] TODO %?\n Entered on: %U\n',
|
||||
template = '**** TODO %?\n Entered on: %U\n',
|
||||
target = '~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/tasks/tasks.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