Hi Carsten,

Carsten Dominik <carsten.domi...@gmail.com> writes:

> (defmacro org-with-wide-buffer (&rest body)
>  "Execute body while temporarily widening the buffer."
>  `(save-excursion
>     (save-restriction
>        (widen)
>        ,@body)))

Err... of course.  Stupid me.  Thanks for looking into this and for the
fix -- applied now.

Best,

-- 
 Bastien

Reply via email to