Skip to content

I keep getting "$FILE is not a is not a file specified in the "org_agenda_files" setting. Refiling cancelled. #1000

Open
@esn89

Description

@esn89

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions