summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/org-fc.el b/org-fc.el
index 9167b94..047be6d 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -539,13 +539,17 @@ If it is shorter than EXPECTED-LENGTH, it is filled using
(org-set-tags
(remove tag (org-get-tags nil 'local))))
+;;; Card Indexing (AWK)
+
+(require 'org-fc-awk)
+
;;; Card Initialization
(defun org-fc--init-card (type)
"Initialize the current card as a flashcard.
Should only be used by the init functions of card TYPEs."
(if (org-fc-entry-p)
- (error "Headline is already a flashcard"))
+ (error "Headline is already a flashcard"))
(org-back-to-heading)
(org-set-property
org-fc-created-property