WIP: (org-ql-search) Handle narrowing, and improve titles
This commit is contained in:
parent
1fce6cc364
commit
71c8079e22
3 changed files with 31 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue