Skip to content

Commit

Permalink
Comment: Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Dec 24, 2023
1 parent 38cab58 commit 2dc3ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-ql-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 2dc3ce8

Please sign in to comment.