File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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 = ' **** %?\n Entered 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' ,
You can’t perform that action at this time.
0 commit comments