diff options
author | Thanos Apollo <[email protected]> | 2024-02-28 00:30:38 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-28 00:30:38 +0200 |
commit | aa15b5022fc76204c7e1e34d9181adbffb4f6a6b (patch) | |
tree | 1e9725c161002b22fb03dcece0e28c17ab1a7018 /gnosis.el | |
parent | f65c2821017423d97aa1ca9d46968fdd784a3e77 (diff) |
gnosis-edit-update-note: Refactor to handle second-image
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1229,12 +1229,12 @@ SECOND-IMAGE: Image to display after user-input" (tags . ,tags) (extra-notes . ,extra-notes) (images . ,image) - (second-image . ,second-image) + (extra-image . ,second-image) (ef . ',ef) (ff . ,ff) (suspend . ,suspend)) when value - do (cond ((memq field '(extra-notes images second-image)) + do (cond ((memq field '(extra-notes images extra-image)) (gnosis-update 'extras `(= ,field ,value) `(= id ,id))) ((memq field '(ef ff)) (gnosis-update 'review `(= ,field ,value) `(= id ,id))) |