summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index a0dce26..58206d3 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2052,7 +2052,7 @@ CUSTOM-VALUES: Specify values for tags."
"Return epignosis value for note ID."
(let* ((deck-epignosis (gnosis-get-note-deck-epignosis id custom-deck custom-values))
(tag-epignosis (gnosis-get-note-tag-epignosis id custom-tags custom-values))
- (note-epignosis (max deck-epignosis tag-epignosis)))
+ (note-epignosis (or tag-epignosis deck-epignosis)))
(if (>= note-epignosis 1)
(error "Epignosis value must be lower than 1")
note-epignosis)))