From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Guest Subject: Re: Implemented word count for subtrees Date: Thu, 28 Apr 2011 10:41:13 +1200 Message-ID: <86zknb9v1y.wl%simon.guest@tesujimath.org> References: <867hal4a6t.wl%simon.guest@tesujimath.org> <87iptzoa5x.fsf@ucl.ac.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFDQ8-00053i-2c for emacs-orgmode@gnu.org; Wed, 27 Apr 2011 18:41:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFDQ7-0003kF-7F for emacs-orgmode@gnu.org; Wed, 27 Apr 2011 18:41:20 -0400 Received: from snapmx1.ironport.snap.net.nz ([202.37.100.100]:5567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFDQ6-0003jz-Qz for emacs-orgmode@gnu.org; Wed, 27 Apr 2011 18:41:19 -0400 In-Reply-To: <87iptzoa5x.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-org list At Wed, 27 Apr 2011 18:51:06 +0100, Eric S Fraga wrote: > This is quite nice. Thanks! > > I cannot help you with the mark problem; hopefully others can. > > One suggestion, however: I wonder if you could introduce the word count > in a different way? I do use my headings and having the dots and the > actual count inserted is not great (although easy work around: > org-wc-display and then undo immediately after looking at the > counts...). Maybe you could automatically define a tag for each > heading, something like :wcNNNN:? Of course, this won't be good for > anybody that wishes to export documents *with* tags... > > Anyway, I've incorporated your code into my emacs configuration. Thanks > again! Hi Eric, Thanks for your comments. The counts are not actually inserted as text in the file. It's just an overlay, done with text properties like the clock durations (from where I stole the code). They don't get saved in the file, and in fact as soon as you edit the buffer, they all disappear. At least, they do for me. Does it do something different for you? If so, it may be something to do with the file coding system that is letting them get saved. Is your Org mode file a simple ASCII file, or something else? cheers, Simon