[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] org-list.el: Reduce scope to subtree
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] org-list.el: Reduce scope to subtree |
Date: |
Tue, 26 Sep 2023 09:34:57 +0000 |
"J. G." <jerzor@pacbell.net> writes:
> Hi, this patch reduces the scope of the function
> org-reset-checkbox-state-subtree to just the subtree per its name and
> documentation.
> ...
> - (org-update-checkbox-count-maybe 'all)))))
> + (org-update-checkbox-count-maybe)))))
Thanks for the patch, but without 'all argument,
`org-update-checkbox-count-may' will limit the scope to current
_heading_, not subtree.
May you please describe in more details the problem you experience?
Ideally with a reproducer. See https://orgmode.org/manual/Feedback.html#Feedback
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>