From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Context-sensitive word count in org mode (elisp) Date: Wed, 16 Feb 2011 09:47:10 +0000 Message-ID: References: <4D5B94EC.7030407@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppdyf-0006ts-WF for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 04:47:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppdye-00050g-NZ for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 04:47:17 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:40768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppdye-00050N-Dt for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 04:47:16 -0500 Received: by wwb17 with SMTP id 17so1171885wwb.30 for ; Wed, 16 Feb 2011 01:47:15 -0800 (PST) In-Reply-To: <4D5B94EC.7030407@christianmoe.com> (Christian Moe's message of "Wed, 16 Feb 2011 10:12:12 +0100") 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: mail@christianmoe.com Cc: emacs-orgmode@gnu.org, Paul Sexton Hi Paul, Sounds useful to me. Is it appropriate to use the existing org function `org-in-regexps-block-p'? Or `org-context'? (Not speaking from any experience of using these functions I just noticed them.) Dan Christian Moe writes: > 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 > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode