From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Version 7.5: C-c C-t fails with "args out of range" Date: Wed, 09 Mar 2011 10:57:42 +0100 Message-ID: <87fwqwy5t5.fsf@gnu.org> References: <87sjuw973f.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=38045 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxG9b-0004Am-0v for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 04:58:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxG9a-0001Sy-4P for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 04:58:02 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:41902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxG9Z-0001Sm-TA for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 04:58:02 -0500 Received: by wwc33 with SMTP id 33so294822wwc.30 for ; Wed, 09 Mar 2011 01:58:00 -0800 (PST) In-Reply-To: (Carsten Dominik's message of "Wed, 9 Mar 2011 07:55:31 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: David Maus , emacs-orgmode@gnu.org, Josh Berry Hi Carsten, Carsten Dominik 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