From c88f5912d0c34444e517ae1599a88e44050c5829 Mon Sep 17 00:00:00 2001 From: Warwick Date: Thu, 9 Oct 2025 10:10:48 +0100 Subject: [PATCH] Got todo's to work with agenda again --- lua/core/plugin_config/org.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/core/plugin_config/org.lua b/lua/core/plugin_config/org.lua index caab4a0..c81dda8 100644 --- a/lua/core/plugin_config/org.lua +++ b/lua/core/plugin_config/org.lua @@ -12,8 +12,8 @@ --}) require('orgmode').setup({ - org_agenda_files = { "~/.vimwiki/org/**/*.org" }, - org_default_notes_file = '~/.vimwiki/org/refile.org', + org_agenda_files = { '~/Sync/wiki/org/**/*.org' }, + org_default_notes_file = '~/Sync/wiki/org/refile.org', org_todo_keywords = { 'TODO(t)', 'NEXT(n)', '|', 'HOLD(h)', 'DONE(d)' } })