From 0f777cf91ca8d64279754805e28f3de73e3f534b Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Thu, 18 Jun 2020 20:14:26 +0200 Subject: Remove `org-fc-tag-card` command Org-mode tagging of headlines can be used instead. --- org-fc.el | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/org-fc.el b/org-fc.el index 1f7bb35..3f8ade6 100644 --- a/org-fc.el +++ b/org-fc.el @@ -110,11 +110,6 @@ types." :type 'string :group 'org-fc) -(defcustom org-fc-card-tags (list org-fc-suspended-tag) - "Card tags that can be added during review." - :type 'list - :group 'org-fc) - (defcustom org-fc-stats-review-min-box 0 "Minimum box for reviews to include in the review stats." :type 'integer @@ -504,12 +499,6 @@ If it is shorter than EXPECTED-LENGTH, it is filled using (org-set-tags (remove tag (org-get-tags nil 'local)))) -;;;###autoload -(defun org-fc-tag-card (tag) - "Add one of the predefined card TAGs to the current card." - (interactive (list (completing-read "Tag: " org-fc-card-tags))) - (org-fc--add-tag tag)) - ;;; Card Initialization (defun org-fc--init-card (type) -- cgit v1.2.3