emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Myles English" <mylesenglish@gmail.com>
To: Emacs Org mode <emacs-orgmode@gnu.org>
Subject: Re: Remaining work/progress report: nearly useful, help needed
Date: Fri, 12 Oct 2012 17:15:06 +0100	[thread overview]
Message-ID: <878vbbk6ph.fsf@ed.ac.uk> (raw)
In-Reply-To: <87d30pjjz2.fsf@ed.ac.uk>


Just in case anyone is following this, but it is starting to feel like
my own personal thread.

>> 4 Improvements necessary to make it truly useful
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Solved.

>>   2. Accumulate the time Remaining in the same way that CLOCKSUM does;
>>      it propagates upwards to higher level headings so that you can see
>>      (e.g.) how long Chapter 1 will take in total

This is done using {:} in the column specification:

#+COLUMNS: %10ITEM %5Effort{:} %5CLOCKSUM %5Remaining{:}

So now (part of) my dynamic block looks like this:

| ITEM                                 | Effort | CLOCKSUM | Remaining |
|--------------------------------------+--------+----------+-----------|
| .1 Heading One                       |   4:28 |     1:46 |      2:48 |
| ... 1.1 A sub heading                |        |     0:42 |           |
| .        Inline ting                 |   1:00 |     0:42 |      0:24 |
| ... 1.2 Another sub heading          |        |     1:04 |           |
| .        Write this bit              |   1:20 |     0:49 |      0:31 |
| .        Do something                |   1:23 |     0:05 |      1:18 |
| .        This bit too                |   0:45 |     0:10 |      0:35 |
| ... 1.3 Heading with no inline tasks |        |          |           |
| ...... 1.3.1 a                       |        |          |           |


>>   3. Refresh all the Remaining properties automatically

Any ideas?  (Don't worry I'll work it out....)

Myles

  reply	other threads:[~2012-10-12 16:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-10 13:49 Remaining work/progress report: nearly useful, help needed Myles English
2012-10-11 12:01 ` Myles English
2012-10-12 16:15   ` Myles English [this message]
2012-10-13  1:48     ` Myles English
2012-12-22 17:29       ` 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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878vbbk6ph.fsf@ed.ac.uk \
    --to=mylesenglish@gmail.com \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).