summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-06-18 20:14:26 +0200
committerLeon Rische <leon.rische@me.com>2020-06-18 20:14:26 +0200
commit0f777cf91ca8d64279754805e28f3de73e3f534b (patch)
tree649747e3154b731445ac55da0d689ba34958f1ce
parent0516e93078f11dadf49111b6f6e8ebadf6053fb0 (diff)
Remove `org-fc-tag-card` command
Org-mode tagging of headlines can be used instead.
-rw-r--r--org-fc.el11
1 files changed, 0 insertions, 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)