From mboxrd@z Thu Jan  1 00:00:00 1970
From: Daniel Clemente <n142857@gmail.com>
Subject: Re: Implemented word count for subtrees
Date: Mon, 02 May 2011 14:19:55 +0200
Message-ID: <87tydduwes.wl%n142857@gmail.com>
References: <867hal4a6t.wl%simon.guest@tesujimath.org>
	<80d3k6u80i.fsf@somewhere.org>
Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([140.186.70.92]:51077)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <n142857@gmail.com>) id 1QGs6Z-0003uw-58
	for emacs-orgmode@gnu.org; Mon, 02 May 2011 08:19:59 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <n142857@gmail.com>) id 1QGs6Y-00035y-0c
	for emacs-orgmode@gnu.org; Mon, 02 May 2011 08:19:59 -0400
Received: from mail-ww0-f49.google.com ([74.125.82.49]:53563)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <n142857@gmail.com>) id 1QGs6X-00035r-Nj
	for emacs-orgmode@gnu.org; Mon, 02 May 2011 08:19:57 -0400
Received: by wwb39 with SMTP id 39so5196549wwb.30
	for <emacs-orgmode@gnu.org>; Mon, 02 May 2011 05:19:56 -0700 (PDT)
In-Reply-To: <80d3k6u80i.fsf@somewhere.org>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: </archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: =?UTF-8?B?U8OpYmFzdGllbg==?= Vauban <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org

El Thu, 28 Apr 2011 09:53:17 +0200 S=C3=A9bastien Vauban va escriure:
>=20
> Another suggestion: a variable to choose between a word-count and a
> line-count?
>=20

Or page-count. With a rough estimator that can predict how many pages each =
section would take. (Maybe even invoking LaTeX?)

This feature is the one I most missed when I had to write a thesis where ea=
ch section had to have a known number of pages (e.g. introduction 1 page, c=
hapter 1 10 pages, =E2=80=A6 total 60 pages).

I see it as useful enough to go in /contrib/

Many thanks!