From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Filippo A. Salustri" Subject: another (possibly) noob question Date: Tue, 15 Mar 2011 00:15:37 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6dab6ea2bf1c3049e7daeed Return-path: Received: from [140.186.70.92] (port=42587 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzLfX-00084I-Hf for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 00:15:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzLfW-0008NS-6h for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 00:15:39 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:51382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzLfV-0008Mu-Vq for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 00:15:38 -0400 Received: by wwc33 with SMTP id 33so190662wwc.30 for ; Mon, 14 Mar 2011 21:15:37 -0700 (PDT) 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: emacs-orgmode@gnu.org --0016e6dab6ea2bf1c3049e7daeed Content-Type: text/plain; charset=ISO-8859-1 So, I've set org-provide-todo-statistics to t and org-hierarchical-todo-statistics to nil. I use a TODO sequence to identify projects. That is, (setq org-todo-keywords '((sequence "REVIEW(r)" "TODO(t)" "ACTIVE(a!)" "WAIT(w@)" "SOMEDAY(s)" "|" "DONE(d)" "CANCELED(c@)") (sequence "OPEN(O@!)" "WIP(W!)" "PAUSED(P@!)" "|" "CLOSED(C@!)") (sequence "PROJECT(p)" "|" "COMPLETED(x)") )) I then set level 1 headlines to be PROJECT and put [/] at the end of the headline. The hope is to see projects at a glance and get the fraction done too. All is as it should be, but for one thing. When I toggle or insert within a subtree, the headline for that project changes from PROJECT to ACTIVE if less than all tasks are done, and DONE if all tasks are done. Obviously, I want it to stay PROJECT. I've spent over an hour trying to figure this one out and I can't. Anyone got any advice? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salustri@ryerson.ca http://deseng.ryerson.ca/~fil/ --0016e6dab6ea2bf1c3049e7daeed Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable So,
I've set=A0org-provide-todo-statistics to t and=A0org-hierarchi= cal-todo-statistics to nil.
I use a TODO sequence to identify pro= jects. =A0That is,
(setq org-todo-keywords
=A0=A0 = =A0 =A0'((sequence "REVIEW(r)" "TODO(t)" "ACTI= VE(a!)" "WAIT(w@)" "SOMEDAY(s)"
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"|"
=A0=A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"DONE(d)" "CANCELED(c@)"= )
=A0=A0 =A0 =A0 =A0(sequence "OPEN(O@!)" "WIP(W!)= " "PAUSED(P@!)" "|" "CLOSED(C@!)")
=A0=A0 =A0 =A0 =A0(sequence "PROJECT(p)" "|" "= ;COMPLETED(x)")
=A0=A0 =A0 =A0 =A0))
I then = set level 1 headlines to be PROJECT and put [/] at the end of the headline.=
The hope is to see projects at a glance and get the fraction don= e too.
All is as it should be, but for one thing.
When I toggle or = insert within a subtree, the headline for that project changes from PROJECT= to ACTIVE if less than all tasks are done, and DONE if all tasks are done.=
Obviously, I want it to stay PROJECT.

I'v= e spent over an hour trying to figure this one out and I can't.
Anyone got any advice?

Cheers.
Fil
--
Filippo A. Salustri, Ph.D., P.Eng.
Mechanical and Industrial = Engineering
Ryerson University
350 Victoria St, Toronto, ON
M5B 2K= 3, Canada
Tel: 416/979-5000 ext 7749
Fax: 416/979-5265
Email: salustri@ryerson.ca
http://deseng.ryerson.ca/~fil/
--0016e6dab6ea2bf1c3049e7daeed--