Tidy: Indentation
This commit is contained in:
parent
fe32388d50
commit
4c045f78ea
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ When nil, buffers are widened before being searched."
|
||||||
(declare (indent defun))
|
(declare (indent defun))
|
||||||
(let* ((entries (mapcar #'org-agenda-ng--format-element
|
(let* ((entries (mapcar #'org-agenda-ng--format-element
|
||||||
(org-ql--query files
|
(org-ql--query files
|
||||||
pred
|
pred
|
||||||
:sort sort)))
|
:sort sort)))
|
||||||
(result-string (org-agenda-finalize-entries entries 'agenda))
|
(result-string (org-agenda-finalize-entries entries 'agenda))
|
||||||
(target-buffer (get-buffer-create "test-agenda-ng")))
|
(target-buffer (get-buffer-create "test-agenda-ng")))
|
||||||
(with-current-buffer target-buffer
|
(with-current-buffer target-buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue