From 4575d7d5096b01e79ab7ada79118fc5e9f09bb7a Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 15 Sep 2020 22:03:37 +0200 Subject: Require awk indexer --- org-fc.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3