* Counting total number of projects
@ 2012-10-19 9:28 Chris Henderson
2012-10-19 10:01 ` Sebastien Vauban
2012-10-19 10:30 ` Phil Mason
0 siblings, 2 replies; 3+ messages in thread
From: Chris Henderson @ 2012-10-19 9:28 UTC (permalink / raw)
To: emacs-orgmode
I have my projects like,
* Projects
** project 1
** project 2
Is there any way to calculate total number of projects in real-time such that,
* Projects (2)
** project 1
** project 2
This would be really beneficial to see how many running projects I
have at the moment. At the moment, I am counting this manually which
is slow and error-prone.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Counting total number of projects
2012-10-19 9:28 Counting total number of projects Chris Henderson
@ 2012-10-19 10:01 ` Sebastien Vauban
2012-10-19 10:30 ` Phil Mason
1 sibling, 0 replies; 3+ messages in thread
From: Sebastien Vauban @ 2012-10-19 10:01 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hi Chris,
Chris Henderson wrote:
> I have my projects like,
>
> * Projects
> ** project 1
> ** project 2
>
> Is there any way to calculate total number of projects in real-time such that,
>
> * Projects (2)
> ** project 1
> ** project 2
>
> This would be really beneficial to see how many running projects I
> have at the moment. At the moment, I am counting this manually which
> is slow and error-prone.
That's more or less what I proposed in a slightly different context: in the
custom agenda views.
See patch in http://lists.gnu.org/archive/html/emacs-orgmode/2012-10/msg00014.html.
That said, I would as well consider that as a benefit, to get such info in the
Org buffers as well.
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Counting total number of projects
2012-10-19 9:28 Counting total number of projects Chris Henderson
2012-10-19 10:01 ` Sebastien Vauban
@ 2012-10-19 10:30 ` Phil Mason
1 sibling, 0 replies; 3+ messages in thread
From: Phil Mason @ 2012-10-19 10:30 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Hi Chris,
> Is there any way to calculate total number of projects in real-time such that,
If you don't mind marking your projects as TODO then you can use statistics cookies like this:
* Projects [%] [/]
** TODO project 1
+ foo
** DONE project 2
+ bar
** TODO project 3
+ baz
** TODO project 4
+ qux
And then the projects line should show (4 projects, 3 in progress, 1 completed):
* Projects [25%] [1/4]
There is more on the checkboxes page of the manual here:
http://orgmode.org/manual/Checkboxes.html#Checkboxes
I tend to have todo lists for each projects so I need the recursive property after the projects line like this:
* Projects [%] [/]
:PROPERTIES:
:COOKIE_DATA: recursive
:END:
** TODO project 1
...
Hope this helps
Phil
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-19 11:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19 9:28 Counting total number of projects Chris Henderson
2012-10-19 10:01 ` Sebastien Vauban
2012-10-19 10:30 ` Phil Mason
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.