mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-10 15:33:31 -05:00
Advance point through group headings when moving to next review note
This commit is contained in:
@@ -618,6 +618,11 @@ them as reviewed with `org-roam-review-accept',
|
||||
(found))
|
||||
(while (not stop)
|
||||
(magit-section-forward-sibling)
|
||||
;; Skip over group headlines
|
||||
(magit-section-case
|
||||
(org-roam-review-grouping-section
|
||||
(magit-section-forward)))
|
||||
|
||||
(setq found (not (equal 'font-lock-comment-face (get-text-property (point) 'face))))
|
||||
(let ((unchanged (equal (magit-current-section) section)))
|
||||
(setq stop (or found unchanged))))
|
||||
|
Reference in New Issue
Block a user