branch: elpa/org-drill
commit 79a0ac93aeff775d145a3745c517c1a0c72debed
Author: eeeickythump <devnull@localhost>
Commit: eeeickythump <devnull@localhost>
Hide entry drawers when showing answers for verb conjugation and noun
declension card types.
---
org-drill.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/org-drill.el b/org-drill.el
index 352f298570..5d8569d5c3 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -2931,6 +2931,7 @@ returns its return value."
(mood
(format "%s mood" mood))))
infinitive translation)
+ (org-cycle-hide-drawers 'all)
(funcall reschedule-fn))))
@@ -3026,6 +3027,7 @@ returns its return value."
(with-replaced-entry-heading
(format "Declensions of %s (%s) ==> %s\n\n"
noun noun-gender translation)
+ (org-cycle-hide-drawers 'all)
(funcall reschedule-fn))))