emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Nested list with percent-complete in multiple states?
@ 2013-04-11 14:00 Brett Viren
  2013-04-11 15:13 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Brett Viren @ 2013-04-11 14:00 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

Hi,

I'm helping to edit a large document with section contributions from
many people.  Any given section may come in some bizarre format (ie,
.doc) which I convert to LaTeX, leave open a time for subsequent edits
and finally freeze the section.

I'd like to track this state using org-mode.

So far I've been using a nested checklist like:

* Document Sections [0/4]
  - [-] Chapter 1 [0/3]
    - [ ] section 1 (person A)
    - [ ] section 2 (person B)
    - [ ] section 2 (person C)
  - [-] Chapter 2 [1/1]
    - [X] section 1 (Person D)

This is okay for binary state, but is there any to have more states
represented and get a summary of the percent of each chapter/section in
that state?

For example, I'd like something like:

* Document Sections (received:[1/4] converted:[1/4] frozen:[1/4] missing [1/4])
  - [-] Chapter 1 (received:[2/3] converted:[1/3] frozen:[0/3] missing [1/3])
    - [ ] section 1 (person A)
    - [R] section 2 (person B)
    - [C] section 2 (person C)
  - [-] Chapter 2 (received:[1/1] converted:[1/1] frozen:[1/1] missing [0/1])
    - [F] section 1 (Person D)


Is there anything which gets me in this direction?

Thanks,
-Brett.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-15 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-11 14:00 Nested list with percent-complete in multiple states? Brett Viren
2013-04-11 15:13 ` Bastien
2013-04-11 17:36   ` Brett Viren
2013-04-12  5:39     ` Bastien
2013-04-15 18:26       ` Suvayu Ali

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).