Re: [O] Error in Context-sensitive word count in org mode (elisp)

2012-02-28 Thread Ian Barton

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.




[O] Error in Context-sensitive word count in org mode (elisp)

2012-02-28 Thread Ian Barton
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.