Skip to content

Commit f22a468

Browse files
committed
fixed orgmode for todo list in myDailyNotes
1 parent e12faeb commit f22a468

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lua/plugins/orgmode.lua

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ return {
55
config = function()
66
-- Setup orgmode
77
require('orgmode').setup {
8-
org_agenda_files = '~/orgfiles/**/*',
9-
org_default_notes_file = '~/orgfiles/refile.org',
8+
org_agenda_files = {
9+
'~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/**/*',
10+
},
11+
org_default_notes_file = '~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/inbox/refile.org',
1012
org_capture_templates = {
1113
x = {
1214
description = 'Journal Personal',
@@ -50,12 +52,12 @@ return {
5052
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/billy1on1.org',
5153
},
5254
t = {
53-
description = 'Taylor 1:1',
55+
description = 'Todo',
5456
datetree = {
5557
tree_type = 'day',
5658
},
57-
template = '**** %?\nEntered on %U\n',
58-
target = '~/OrgMode-Inmar/OrgRoamRoot/002-Areas/OneOnOne/taylor1on1.org',
59+
template = '**** - [ ] TODO %?\n Entered on: %U\n',
60+
target = '~/Library/Mobile Documents/iCloud~md~obsidian/Documents/MarcsDailyNotes/tasks/tasks.org',
5961
},
6062
a = {
6163
description = 'Asha 1:1',

0 commit comments

Comments
 (0)