mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-24 16:30:55 -05:00
Make note exclusion bury notes during a review session
This commit is contained in:
@@ -741,6 +741,7 @@ the future."
|
||||
This deletes all the properties and tags managed by this
|
||||
package."
|
||||
(interactive)
|
||||
(org-roam-review--update-review-buffer-entry
|
||||
(org-roam-review--visiting-node-at-point
|
||||
(let ((id (org-entry-get (point-min) "ID")))
|
||||
(unless id
|
||||
@@ -748,9 +749,8 @@ package."
|
||||
(org-with-point-at (org-find-property "ID" id)
|
||||
(org-roam-review--delete-tags-and-properties id)
|
||||
(save-buffer))
|
||||
|
||||
(let ((title (org-roam-node-title (org-roam-node-from-id id))))
|
||||
(message "Excluded node `%s' from reviews" title)))))
|
||||
(message "Excluded node `%s' from reviews" title))))))
|
||||
|
||||
(provide 'org-roam-review)
|
||||
|
||||
|
Reference in New Issue
Block a user