Show progress when submitting
This commit is contained in:
parent
fd4085666b
commit
87ad9eaf69
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue