Re: [O] Get total number of items

2014-06-22 Thread Thorsten Jolitz
Chris Henderson writes: > Is there a way to get the total number of items at the parent level? I > have lots of ** under a * and I'd like to see the number at a glance. that was asked before, here is what I came up with [using (apply '+ ...) instead of (eval (append (list '+ ...) ...)) would eve

[O] Get total number of items

2014-06-21 Thread Chris Henderson
Is there a way to get the total number of items at the parent level? I have lots of ** under a * and I'd like to see the number at a glance. Thanks.