Got todo's to work with agenda again
This commit is contained in:
parent
58448a88a6
commit
c88f5912d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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)' }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue