Open
Description
My settings:
return {
'nvim-orgmode/orgmode',
event = 'VeryLazy',
ft = { 'org' },
config = function()
-- Setup orgmode
require('orgmode').setup({
org_agenda_files = {
'~/orgfiles/test/*',
},
org_default_notes_file = '~/orgfiles/refile.org',
org_todo_keywords = { 'TODO', '|', 'BLOCKED', '|', 'DONE' },
win_border = 'rounded',
})
end,
}
My folder structure:
~/orgfiles $ eza -T
refile.org
test
└── test.org
I hit or, and I enter the full path of ~/orgfiles/test/test.org
, (which exists), and I receive that error message.
Metadata
Metadata
Assignees
Labels
No labels