aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreeeickythump <devnull@localhost>2013-02-25 13:28:35 +1300
committereeeickythump <devnull@localhost>2013-02-25 13:28:35 +1300
commit79a0ac93aeff775d145a3745c517c1a0c72debed (patch)
tree56e889cdebcd00b8bac7e9fbc564aab474fa0185
parent5749d5bb7a8cf262f0a1790fe52241a98653e2c0 (diff)
downloadorg-drill-79a0ac93aeff775d145a3745c517c1a0c72debed.tar.gz
org-drill-79a0ac93aeff775d145a3745c517c1a0c72debed.zip
Hide entry drawers when showing answers for verb conjugation and noun
declension card types.
-rw-r--r--org-drill.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/org-drill.el b/org-drill.el
index 352f298..5d8569d 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))))