diff options
author | Leon Rische <leon.rische@me.com> | 2020-06-18 20:14:26 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-06-18 20:14:26 +0200 |
commit | 0f777cf91ca8d64279754805e28f3de73e3f534b (patch) | |
tree | 649747e3154b731445ac55da0d689ba34958f1ce /org-fc.el | |
parent | 0516e93078f11dadf49111b6f6e8ebadf6053fb0 (diff) |
Remove `org-fc-tag-card` command
Org-mode tagging of headlines can be used instead.
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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) |