org-ql-select fails with user error when buffer-or-files is a buffer-name
Đang mở
- Ngôn ngữ chính
- Emacs Lisp
- Star
- 1.6k
- Fork
- 120
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Continuation from #228
When org-ql-select is called with a buffer-name, it results with error
To replicate:
```elisp
(with-temp-buffer
(org-mode)
(org-ql-select (list (buffer-name)) '(todo)))
```
Expected outcome:
- work even if one of the elements in the `buffer-or-files` is a non file buffer.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.