summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-06 20:43:46 +0300
committerThanos Apollo <[email protected]>2024-08-06 20:43:46 +0300
commitd408048f64cde226c23397014fa114e9d7e5657c (patch)
tree2c88972241d78c5d367bd5fe71d10551c0f0824d /gnosis.el
parentb7ce3f2fb8a8d74478f076b0dac12a5e95c47932 (diff)
export-note: Update to new gnosis variable values.
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index b962b42..3e27862 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2095,9 +2095,10 @@ The final exported note is indented using the `indent-region' function
to improve readability."
(let ((values (append (gnosis-select '[id main options answer tags] 'notes `(= id ,id) t)
(gnosis-select '[extra-notes images extra-image] 'extras `(= id ,id) t)
- (gnosis-select '[ef ff] 'review `(= id ,id) t)
+ (gnosis-select '[gnosis amnesia] 'review `(= id ,id) t)
(gnosis-select 'suspend 'review-log `(= id ,id) t)))
- (fields '(:id :main :options :answer :tags :extra-notes :image :second-image :ef :ff :suspend)))
+ (fields (list :id :main :options :answer :tags
+ :extra-notes :image :second-image :gnosis :amnesia :suspend)))
(when export-for-deck
(setf values (append (gnosis-select 'type 'notes `(= id ,id) t)
(butlast (cdr values) 3)))