summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-09-14 18:56:43 +0200
committerLeon Rische <leon.rische@me.com>2020-09-14 18:56:43 +0200
commit6f856a920f87ff5bfc5e72c989c478e33df80710 (patch)
tree41b48b2c2c37eb4b14eb93dc880d27c4ca00d3e3
parent6d2a60c16eeae4fb0fbe95693b4b4f0d68497402 (diff)
Add command for skipping cards during review
-rw-r--r--org-fc.el6
1 files changed, 6 insertions, 0 deletions
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)