org-ql-select fails with user error when buffer-or-files is a buffer-name
Aberta
- Linguagem predominante
- Emacs Lisp
- Estrelas
- 1.6k
- Forks
- 120
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.