Hello,

Ian Dunn <du...@gnu.org> writes:

> Is there something like this macro in org?
>
> (defmacro org-with-subtree (&rest body)
>   "Evaluate BODY with the buffer narrowed to the current subtree."
>   (declare (debug (body)))
>   `(save-mark-and-excursion
>      (save-restriction
>        (org-narrow-to-subtree)
>        ,@body)))

No, there isn't.

Regards,

-- 
Nicolas Goaziou

Reply via email to