Re: [O] Using checkboxes: nested lists

2014-02-13 Thread Charles Millar

jone...@teksavvy.com wrote:

- [2/2] maintest
   - [X] test2
   - [X] test3
   - [1/2] test4
 - [X] test4a
 - [ ] test4b

This may be a solution for your purposes

- [2/3] maintest
  - [X] test2
  - [X] test3
  - [ ] test4 [1/2]
- [X] test4a
- [  ] test4b

Charlie Millar

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com




Re: [O] Using checkboxes: nested lists

2014-02-13 Thread jone...@teksavvy.com
On Thu, 13 Feb 2014 11:31:56 -0500,
Charles Millar mill...@verizon.net wrote :

 This may be a solution for your purposes
 
 - [2/3] maintest
- [X] test2
- [X] test3
- [ ] test4 [1/2]
  - [X] test4a
  - [  ] test4b

This works nicely - thanks.



[O] Using checkboxes: nested lists

2014-02-12 Thread jone...@teksavvy.com
Hello again,

  Is there a way to have nested lists.  The example below would have
maintest to be all marked only when all test4 items would be checked.
This is not the case now as maintest is checked 2/2 as if test4 was a
different item not at the same identation level below maintest.  

- [2/2] maintest
  - [X] test2
  - [X] test3
  - [1/2] test4
- [X] test4a
- [ ] test4b

Thanks.