-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
WindowsWindows OS issueWindows OS issuebugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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
- Configure orgmode to use all the files in a given directory (i.e.: org_agenda_files = 'C:/Users/user/Documents/Notebooks/*.org')
- Create multiple org files with TODO that have SCHEDULED and DEADLINE dates
- 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
Labels
WindowsWindows OS issueWindows OS issuebugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed