Function: org-roam-dolist-with-progress

org-roam-dolist-with-progress is a function alias for dolist-with-progress-reporter, defined in subr.el.gz.

This macro is obsolete since 2025-11-07; use dolist-with-progress-reporter instead.

Signature

(org-roam-dolist-with-progress (VAR LIST [RESULT]) REPORTER-OR-MESSAGE BODY...)

Documentation

Loop over a list and report progress in the echo area.

Evaluate BODY with VAR bound to each car from LIST, in turn. Then evaluate RESULT to get return value, default nil.

REPORTER-OR-MESSAGE is a progress reporter object or a string. In the latter case, use this string to create a progress reporter.

At each iteration, print the reporter message followed by progress percentage in the echo area. After the loop is finished, print the reporter message followed by the word "done".

Aliases

org-roam-dolist-with-progress (obsolete since 2025-11-07)