WIP: (org-ql-search) Handle narrowing, and improve titles

This commit is contained in:
Adam Porter 2023-12-24 05:41:25 -06:00
parent 1fce6cc364
commit 71c8079e22
3 changed files with 31 additions and 15 deletions

View file

@ -383,6 +383,7 @@ each priority the newest items would appear first."
;; NOTE: This exhaustive pcase is essential to opening links
;; safely, as it rejects, e.g. lambdas in the IN argument.
((cl-type buffer) it)
((cl-type marker) it)
((and (cl-type string)
(pred file-readable-p))
(or (find-buffer-visiting it)