From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Error in Context-sensitive word count in org mode (elisp) Date: Tue, 28 Feb 2012 08:58:18 +0000 Message-ID: <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]:35552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2IuT-0001Sf-Uu for emacs-orgmode@gnu.org; Tue, 28 Feb 2012 03:59:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2IuS-0005jC-Br for emacs-orgmode@gnu.org; Tue, 28 Feb 2012 03:59:49 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:42002 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2IuS-0005fd-4w for emacs-orgmode@gnu.org; Tue, 28 Feb 2012 03:59:48 -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 13F96334830 for ; Tue, 28 Feb 2012 08:59:27 +0000 (GMT) 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 Mode 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.