Fix: (org-agenda-ng) Add markers
Not sure when I broke this, but this fixes it. Still probably need to refactor a bit, as there's some cross-dependency between org-agenda-ng and org-ql.
This commit is contained in:
parent
95d51ef998
commit
22bf0ae9c0
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ When nil, buffers are widened before being searched."
|
||||||
(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
|
||||||
|
:action-fn #'org-agenda-ng--add-markers)))
|
||||||
(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