fixed orgmode for todo list in myDailyNotes
This commit is contained in:
parent
e12faebf55
commit
f22a4686e7
|
@ -5,8 +5,10 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
-- Setup orgmode
|
-- Setup orgmode
|
||||||
require('orgmode').setup {
|
require('orgmode').setup {
|
||||||
org_agenda_files = '~/orgfiles/**/*',
|
org_agenda_files = {
|
||||||
org_default_notes_file = '~/orgfiles/refile.org',
|
'~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/**/*',
|
||||||
|
},
|
||||||
|
org_default_notes_file = '~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/inbox/refile.org',
|
||||||
org_capture_templates = {
|
org_capture_templates = {
|
||||||
x = {
|
x = {
|
||||||
description = 'Journal Personal',
|
description = 'Journal Personal',
|
||||||
|
@ -50,12 +52,12 @@ return {
|
||||||
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/billy1on1.org',
|
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/billy1on1.org',
|
||||||
},
|
},
|
||||||
t = {
|
t = {
|
||||||
description = 'Taylor 1:1',
|
description = 'Todo',
|
||||||
datetree = {
|
datetree = {
|
||||||
tree_type = 'day',
|
tree_type = 'day',
|
||||||
},
|
},
|
||||||
template = '**** %?\nEntered on %U\n',
|
template = '**** - [ ] TODO %?\n Entered on: %U\n',
|
||||||
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/taylor1on1.org',
|
target = '~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/tasks/tasks.org',
|
||||||
},
|
},
|
||||||
a = {
|
a = {
|
||||||
description = 'Asha 1:1',
|
description = 'Asha 1:1',
|
||||||
|
|
Loading…
Reference in New Issue