From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Column view bugs
Date: Tue, 16 Oct 2007 01:03:09 +0100 [thread overview]
Message-ID: <87tzoshqo2.fsf@bzg.ath.cx> (raw)
In-Reply-To: <m2ir59fp4k.fsf@gmail.com> (Vagn Johansen's message of "Sun, 14 Oct 2007 21:54:51 +0200")
Vagn Johansen <ozymandias.dk@gmail.com> writes:
> I could also see a use for a state-dependent {:}. Display the sum of
> times and also the sum of times for tasks that are DONE. E.g. for
> adding time-estimates and measuring progress. Or maybe add up the
> not-DONEs to show the remaining time.
Isn't this already achievable with a clever todo/archive structure?
See for example this:
* Project 1
:PROPERTIES:
:COLUMNS: %20ITEM %4Time_Spent{:}
:ARCHIVE: ::** Archives for project 1
:Time_Spent: 2:00
:END:
** Task 1
:PROPERTIES:
:Time_Spent: 1:15
:END:
** Archives for project 1
:PROPERTIES:
:COLUMNS: %20ITEM %4Time_Spent{:}
:Time_Spent: 0:45
:END:
*** DONE Task 2
:PROPERTIES:
:Time_Spent: 0:45
:ARCHIVE_TIME: 2007-10-16 mar 01:00
:ARCHIVE_FILE: ~/test.org
:ARCHIVE_CATEGORY: test
:END:
Turning the column view will display a Time_Spent property both for
"Project 1" and for "Archives for project 1", which means that you can
"display the sum of times and also the sum of times for tasks that are
DONE."
--
Bastien
next prev parent reply other threads:[~2007-10-15 23:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-13 6:44 Column view bugs Scott Jaderholm
2007-10-13 9:28 ` Carsten Dominik
2007-10-13 13:50 ` Bastien
2007-10-14 19:54 ` Vagn Johansen
2007-10-16 0:03 ` Bastien [this message]
2007-10-16 16:41 ` Vagn Johansen
2007-10-18 20:43 ` Vagn Johansen
2007-10-15 21:46 ` Daniel J. Sinder
2007-10-13 16:13 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tzoshqo2.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.