emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Version 7.5: C-c C-t <anything> fails with "args out of range"


From: Bastien
Subject: Re: [O] Version 7.5: C-c C-t <anything> fails with "args out of range"
Date: Wed, 09 Mar 2011 10:57:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Carsten,

Carsten Dominik <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]