From 6c2b9dc58b93aa77319ed73025b1e432e8d74c7a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 12 Nov 2025 14:42:35 -0600 Subject: org-drill: Implement custom drawer hiding function Replace `org-cycle-hide-drawers` with a new `org-drill-hide-drawers` function for more reliable drawer hiding in org-drill. This change enhances the drill display by ensuring all drawers, including the PROPERTIES drawer, are consistently hidden during presentations. The custom function iterates through entries and hides the designated regions, improving the user experience during interactive sessions. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fe7e8b0..3cd3674 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ org-drill.html /robot/failure.txt /robot/messages.txt /robot/*-copy.org +/docs -- cgit v1.2.3