Comment: Add TODO
This commit is contained in:
parent
23e44cb6f1
commit
1fce6cc364
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ necessary."
|
|||
(interactive (list (org-ql-view--complete-buffers-files)
|
||||
(read-string "Query: " (when org-ql-view-query
|
||||
(format "%S" org-ql-view-query)))
|
||||
;; FIXME: Automatically narrow when searching current buffer and it's narrowed (use ID if it has one, otherwise use a marker--and then add an ID later if bookmarking the search and it doesn't have one).
|
||||
:narrow (or org-ql-view-narrow (eq current-prefix-arg '(4)))
|
||||
:super-groups (org-ql-view--complete-super-groups)
|
||||
:sort (org-ql-view--complete-sort)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue