From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Error in Context-sensitive word count in org mode (elisp) Date: Tue, 28 Feb 2012 14:24:39 +0000 Message-ID: <4F4CE3A7.7050601@wilkesley.net> References: <4F4C972A.2000708@wilkesley.net> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2O06-0003wH-3Y for emacs-orgmode@gnu.org; Tue, 28 Feb 2012 09:26:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2Nzw-0004Bp-1k for emacs-orgmode@gnu.org; Tue, 28 Feb 2012 09:25:57 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:42202 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Nzv-0004BX-Rt for emacs-orgmode@gnu.org; Tue, 28 Feb 2012 09:25:47 -0500 Received: from [192.168.0.183] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 2DEB6334830 for ; Tue, 28 Feb 2012 14:25:46 +0000 (GMT) In-Reply-To: <4F4C972A.2000708@wilkesley.net> 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: emacs-orgmode@gnu.org On 28/02/12 08:58, Ian Barton wrote: > I have just found this very useful function in org hacks. Unfortunately, > it doesn't seem to work with the latest org-mode. I get the following > error: > > Function definition void org-in-regexps-block-p > > Grepping the org source code, it seems that this function no longer > exists. What has it been replaced with? > > Ian. > Talking to myself here:) I have just found that in commit 8c6c6a4f3d66b39c06f8ac6dfb1e2af0111da098: Rename `org-in-regexps-block-p' to `org-between-regexps-p' which fixes my problem. I'll update the Worg article and the code in hacks. Ian.