chore: undo white space changes
This commit is contained in:
parent
59e4a831c0
commit
c632500727
1 changed files with 3 additions and 3 deletions
|
|
@ -229,10 +229,10 @@ automatically from the query."
|
||||||
('nil (org-agenda-files nil 'ifmode))
|
('nil (org-agenda-files nil 'ifmode))
|
||||||
(_ (prog1 org-agenda-restrict
|
(_ (prog1 org-agenda-restrict
|
||||||
(with-current-buffer org-agenda-restrict
|
(with-current-buffer org-agenda-restrict
|
||||||
;; Narrow the buffer; remember to widen it later.
|
;; Narrow the buffer; remember to widen it later.
|
||||||
(setf old-beg (point-min) old-end (point-max)
|
(setf old-beg (point-min) old-end (point-max)
|
||||||
narrow-p t)
|
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
|
(items (org-ql-select from query
|
||||||
:action 'element-with-markers
|
:action 'element-with-markers
|
||||||
:narrow narrow-p)))
|
:narrow narrow-p)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue