diff options
author | Thanos Apollo <[email protected]> | 2024-07-23 18:43:18 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-23 18:43:18 +0300 |
commit | 5d74e3fa6f203477610d3f8d8b1838f4b3027ff9 (patch) | |
tree | c7d02ef1cded5e05ee1be9bdcaab7aba5f93f1bf | |
parent | 538a7d3a500a9a4757e44f086d225a289eb5537d (diff) |
Review: Increment new note entries.
* Use gnosis-review-is-note-new-p with
gnosis-review-increment-activity-log to update activity-log properly
for total notes & new notes.
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1489,7 +1489,7 @@ SUCCESS is a boolean value, t for success, nil for failure." (let ((ef (cadr (gnosis-review-algorithm id success))) (next-rev (car (gnosis-review-algorithm id success)))) ;; Update activity-log - (gnosis-review-increment-activity-log) + (gnosis-review-increment-activity-log (gnosis-review-is-note-new-p id)) ;; Update review-log (gnosis-update 'review-log `(= last-rev ',(gnosis-algorithm-date)) `(= id ,id)) (gnosis-update 'review-log `(= next-rev ',next-rev) `(= id ,id)) |