From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Context-sensitive word count in org mode (elisp) Date: Wed, 16 Feb 2011 10:12:12 +0100 Message-ID: <4D5B94EC.7030407@christianmoe.com> References: Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45634 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpdNt-0001zA-B3 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 04:09:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpdNs-0005OV-Le for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 04:09:17 -0500 Received: from mars.hitrost.net ([91.185.211.18]:36121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpdNs-0005OP-Es for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 04:09:16 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Sexton Cc: emacs-orgmode@gnu.org Hi, This would be really neat to have as a part of org-mode eventually. Another itch scratched. You can probably replace your custom predicate functions with the existing org-at-table-p and org-in-commented-line (works for me). Maybe there's something to replace the latex-macro-regexp too. Yours, Christian