Skip to content

Agenda only pulls from one file #247

@schultzter

Description

@schultzter

Describe the bug

I have a bunch of org files, typically one per client and also a corporate one and a personal one. When I create my weekly agenda view it only pulls from Personal.org and none of my other org files.

Steps to reproduce

  1. Configure orgmode to use all the files in a given directory (i.e.: org_agenda_files = 'C:/Users/user/Documents/Notebooks/*.org')
  2. Create multiple org files with TODO that have SCHEDULED and DEADLINE dates
  3. Generate the agenda

Expected behavior

The agenda will include TODO items from all the org files I have.

Emacs functionality

The same org files work perfectly with Emacs.

Minimal init.lua

require('orgmode').setup({
  org_agenda_files = 'C:/Users/user/Documents/Notebooks/*.org',
  org_default_notes_file = 'C:/Users/user/Documents/Notebooks/refile.org',
  org_todo_keywords = {'TODO', 'INPROGRESS', 'BLOCKED', 'DONE'}
})

Screenshots and recordings

No response

OS / Distro

Windows 10

Neovim version/commit

0.6.1

Additional context

I've been flipping back and forth between Emacs and Neovim using the same set of files. I would really prefer to use Neovim ('cuz vi rocks).

Metadata

Metadata

Assignees

No one assigned

    Labels

    WindowsWindows OS issuebugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions