From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Context-sensitive word count in org mode (elisp) Date: Fri, 18 Feb 2011 15:34:08 +0100 Message-ID: <87zkptbee7.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=42728 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqRQH-0001Sn-2O for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 09:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqRQF-0001Pm-Tl for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 09:35:05 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:56071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqRQF-0001Ph-NX for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 09:35:03 -0500 Received: by fxm12 with SMTP id 12so3928755fxm.0 for ; Fri, 18 Feb 2011 06:35:02 -0800 (PST) In-Reply-To: (Paul Sexton's message of "Wed, 16 Feb 2011 23:28:14 +0000 (UTC)") 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 Paul, Paul Sexton writes: > Thanks for all the suggestions. Here is version 2. Thanks for that. Maybe you could put if on Worg/org-hacks.org? > I would still like to count hyperlink descriptions but am not sure > how -- is there a function that fetches the description of the hyperlink > at point? #+begin_src emacs-lisp (when (looking-at org-bracket-link-analytic-regexp) (match-string-no-properties 5)) #+end_src emacs-lisp HTH, -- Bastien