Support dynamic org-agenda-files in org-ql-view buffers on refresh
未關閉
enhancement
- 主要語言
- Emacs Lisp
- 星號
- 1.6k
- 分支
- 120
- PR 合併指標
- 30 天內沒有已合併 PR
描述
If I call `(org-ql-search (org-agenda-files) '(todo))` it opens an org-ql-view buffer.
Pressing `v i` I can see that it has the expected:
```
a.org
```
Then in a scratch buffer I add `b.org` to `org-agenda-files`.
I go back to the org-ql-view buffer and refresh.
expected: The org-ql-view buffer calls `(org-agenda-files)` and searches `b.org`
actual: Only `a.org` is searched
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。