summaryrefslogtreecommitdiff
path: root/notes.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-28 07:37:40 +0200
committerThanos Apollo <[email protected]>2023-12-28 07:37:40 +0200
commitaad4749efceb9c9b9cdfe1a13ded56c4063b1f07 (patch)
tree97f764141859a31d5e5b2bb5909b4adf36d0f399 /notes.el
parent733d50b109b3e34ca96e13bec0a09e6490d92721 (diff)
notes: Fix tags, make sure they are as a list
Diffstat (limited to 'notes.el')
-rw-r--r--notes.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes.el b/notes.el
index e9f922f..5642e54 100644
--- a/notes.el
+++ b/notes.el
@@ -30,7 +30,7 @@ Hypothermia is protective. There is a decrease in creatinine
clearance. Vasopressors aggravate the deleterious effects of shock."
:image "2023.png"
:tags "surgery renal kidneys")
-;;
+;;
(gnosis-add-note-mcq :deck "Anatomy"
:question "A 37-year-old man is admitted to the
emergency department after a severe car crash. After examining the
@@ -45,4 +45,4 @@ deltoid, the spinal accessory nerve innervates the sternocleidomastoid
and trapezius, the dorsal scapular nerve supplies the rhomboid muscles
and levator scapulae, and the latissimus dorsi is the muscle supplied
by the thoracodorsal nerve."
- :tags "anatomy thoracic serratus-anterior")
+ :tags '("anatomy" "thoracic" "serratus-anterior"))