It's useful to focus on a single request using C-x n s. But verb currently doesn't handle it properly, as it's not checking whether it's inside a narrowed region and ignoring values from the parent heading. This is typically handled by wrapping the operation with save-restriction/widen, similar to save-excursion.
It's useful to focus on a single request using
C-x n s
. But verb currently doesn't handle it properly, as it's not checking whether it's inside a narrowed region and ignoring values from the parent heading. This is typically handled by wrapping the operation with save-restriction/widen, similar to save-excursion.