diff options
-rw-r--r-- | gnosis-test.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnosis-test.el b/gnosis-test.el index 46edcf1..3104789 100644 --- a/gnosis-test.el +++ b/gnosis-test.el @@ -97,8 +97,7 @@ by the thoracodorsal nerve." (when (y-or-n-p "Add multimple Clozes note?") (dotimes (_ num) (gnosis-add-note--cloze :deck testing-deck - :note "this is a {c1:note}, a note with multiple {c1:clozes}" - :hint "note" + :note "this is a {c1:note}, a note with multiple {c1:clozes::what}" :tags (gnosis-test-random-items gnosis-test-tags 2) :images (cons gnosis-test-image gnosis-test-image) :extra "extra"))) |