summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index 270e4d9..f9ddd7d 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1493,6 +1493,11 @@ If user-input is equal to CLOZE, return t."
(num 0) ;; Number of clozes revealed
(hints (gnosis-get 'options 'notes `(= id ,id)))
(success nil))
+ ;; Quick fix for old cloze note versions.
+ (cond ((and (stringp hints) (string-empty-p hints))
+ (setq hints nil))
+ ((and (not (listp hints)) (not (string-empty-p hints)))
+ (setq hints (list hints))))
;; Initially display the sentence with no reveals
(gnosis-display-cloze-string main clozes hints nil nil)
(cl-loop for cloze in clozes