summaryrefslogtreecommitdiff
path: root/org-fc-awk.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-10-02 11:40:07 +0200
committerLeon Rische <leon.rische@me.com>2020-10-02 11:40:07 +0200
commit0fd72b4d9dcf82584b784bb7cf76d94109ee9bab (patch)
tree54062bd574dfe6e6d01eac2807c5092418e9b7f3 /org-fc-awk.el
parent3bcac4ef4d11296f0d53fb4536430120683c6fb6 (diff)
Move card types to separate files
Diffstat (limited to 'org-fc-awk.el')
-rw-r--r--org-fc-awk.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-awk.el b/org-fc-awk.el
index 6e23b31..9c9d89b 100644
--- a/org-fc-awk.el
+++ b/org-fc-awk.el
@@ -38,7 +38,7 @@ With the '-L' option, 'find' follows symlinks."
`(("fc_tag" . ,org-fc-flashcard-tag)
("suspended_tag" . ,org-fc-suspended-tag)
("type_property" . ,org-fc-type-property)
- ("cloze_type_property" . ,org-fc-cloze-type-property)
+ ("cloze_type_property" . ,org-fc-type-cloze-type-property)
("created_property" . ,org-fc-created-property)
("review_data_drawer" . ,org-fc-review-data-drawer)))