From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH 1/2] Remove striction when finding task by id Date: Sat, 14 Jun 2014 11:25:55 -0400 Message-ID: <87r42r7bss.fsf@norang.ca> References: <1402757211-30510-1-git-send-email-bernt@norang.ca> <1402757211-30510-2-git-send-email-bernt@norang.ca> <87ioo3zfro.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvpqG-0006BV-W3 for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 11:26:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvpqA-0007iV-U5 for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 11:26:04 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:21500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvpqA-0007iR-Ql for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 11:25:58 -0400 In-Reply-To: <87ioo3zfro.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 14 Jun 2014 17:12:43 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Thank you. Could you provide a changelog with that? > >> + (save-restriction >> + (widen) >> + (save-excursion > > `save-restriction' + `widen' + `save-excursion' = `org-with-wide-buffer' Sure thing! I will update and resend both later today. (and fix the typo in 'restriction' in the subject above) Thanks, Bernt