A space-separated list of file or buffer names for org-ql-search is not working
Offen
- Vorherrschende Sprache
- Emacs Lisp
- Sterne
- 1.6k
- Forks
- 120
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Continuation of the conversation from #228
the documentation of org-ql-search states that:
> - A space-separated list of file or buffer names
when using interactively. Testing it doesn't seem to work? I tried the following for "Buffer/files:"
- `*scratch* *scratch2*`
- `"*scratch*" "*scratch2*"`
- `orgfile1.org orgfile2.org`
- `"orgfile1.org" "orgfile2.org"`
For any of the above I get something like the following when run `org-ql-search` interactively:
```
user-error: Can’t open file: "orgfile1.org" "orgfile2.org"
```
Perhaps remove that from the documentation for now?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.