Got todo's to work with agenda again

This commit is contained in:
Warwick 2025-10-09 10:10:48 +01:00
parent 58448a88a6
commit c88f5912d0

View file

@ -12,8 +12,8 @@
--}) --})
require('orgmode').setup({ require('orgmode').setup({
org_agenda_files = { "~/.vimwiki/org/**/*.org" }, org_agenda_files = { '~/Sync/wiki/org/**/*.org' },
org_default_notes_file = '~/.vimwiki/org/refile.org', org_default_notes_file = '~/Sync/wiki/org/refile.org',
org_todo_keywords = { 'TODO(t)', 'NEXT(n)', '|', 'HOLD(h)', 'DONE(d)' } org_todo_keywords = { 'TODO(t)', 'NEXT(n)', '|', 'HOLD(h)', 'DONE(d)' }
}) })