From 6f856a920f87ff5bfc5e72c989c478e33df80710 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Mon, 14 Sep 2020 18:56:43 +0200 Subject: Add command for skipping cards during review --- org-fc.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org-fc.el b/org-fc.el index 80ccf67..9167b94 100644 --- a/org-fc.el +++ b/org-fc.el @@ -1892,6 +1892,12 @@ same ID as the current card in the session." (interactive) (org-fc-review-rate 'easy)) +(defun org-fc-review-skip-card () + "Skip card and proceed to next." + (interactive) + (org-fc-review-reset) + (org-fc-review-next-card)) + (defun org-fc-review-suspend-card () "Suspend card and proceed to next." (interactive) -- cgit v1.2.3