Show progress when submitting

This commit is contained in:
louie 2018-02-04 14:39:26 +08:00
parent fd4085666b
commit 87ad9eaf69

View file

@ -179,6 +179,7 @@ of that heading."
((member anki-editor-note-tag current-tags)
(progn
(setq total (1+ total))
(message "Processing note at %d..." (point))
(anki-editor--clear-failure-reason)
(condition-case err
(anki-editor--process-note-heading current-deck)