summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 2d461c3..e381c54 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1186,7 +1186,7 @@ SECOND-IMAGE: Image to display after user-input"
(cl-defun gnosis-get-notes-for-deck (&optional (deck (gnosis--get-deck-id)))
"Return a list of ID vlaues for each note with value of deck-id DECK."
- (apply #'append (gnosis-select 'id 'notes `(= deck-id ,deck))))
+ (gnosis-select 'id 'notes `(= deck-id ,deck) '1=1 t))
(defun gnosis-export-note (id)
"Export fields for note with value of id ID.