Skip to content

Commit

Permalink
chore: undo white space changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OZoneGuy committed Jan 8, 2024
1 parent 59e4a83 commit c632500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org-ql-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ automatically from the query."
('nil (org-agenda-files nil 'ifmode))
(_ (prog1 org-agenda-restrict
(with-current-buffer org-agenda-restrict
;; Narrow the buffer; remember to widen it later.
(setf old-beg (point-min) old-end (point-max)
;; Narrow the buffer; remember to widen it later.
(setf old-beg (point-min) old-end (point-max)
narrow-p t)
(narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end))))))
(narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end))))))
(items (org-ql-select from query
:action 'element-with-markers
:narrow narrow-p)))
Expand Down

0 comments on commit c632500

Please sign in to comment.