From 0fd72b4d9dcf82584b784bb7cf76d94109ee9bab Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Fri, 2 Oct 2020 11:40:07 +0200 Subject: Move card types to separate files --- org-fc-awk.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-fc-awk.el') 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))) -- cgit v1.2.3