From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Problems with agenda search and restiction enabled Date: Mon, 29 Apr 2013 19:04:42 +0200 Message-ID: <87wqrlz2s5.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrVT-0004hy-8q for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:04:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWrVO-0005S2-Ko for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:04:51 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:56734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrVO-0005Rn-FX for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:04:46 -0400 Received: by mail-wi0-f177.google.com with SMTP id hi8so768936wib.16 for ; Mon, 29 Apr 2013 10:04:45 -0700 (PDT) In-Reply-To: (Thomas Holst's message of "Mon, 29 Apr 2013 11:34:27 +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: Thomas Holst Cc: org-mode mailing list Hi Thomas, Thomas Holst writes: > I want to perform an agenda search with a restriction to a subtree. > > - C-c C-x < on the subtree > - org-agenda s > > I get the follwing backtrace > > Debugger entered--Lisp error: (args-out-of-range 85127 226827) > narrow-to-region(# #) > (if org-agenda-restrict (narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end) (widen)) > ... rest snipped ... This is now fixed in the maint branch of the Git repository. Thanks for reporting this! -- Bastien