From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Changed behavior with checkbox tokens Date: Tue, 19 Aug 2008 20:56:46 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVcwM-0005jq-Ki for emacs-orgmode@gnu.org; Tue, 19 Aug 2008 21:56:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVcwL-0005je-9D for emacs-orgmode@gnu.org; Tue, 19 Aug 2008 21:56:49 -0400 Received: from [199.232.76.173] (port=36846 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVcwL-0005jb-32 for emacs-orgmode@gnu.org; Tue, 19 Aug 2008 21:56:49 -0400 Received: from yx-out-1718.google.com ([74.125.44.157]:31650) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVcwK-0004qX-Hs for emacs-orgmode@gnu.org; Tue, 19 Aug 2008 21:56:48 -0400 Received: by yx-out-1718.google.com with SMTP id 34so71380yxf.66 for ; Tue, 19 Aug 2008 18:56:47 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list Hi all, I've been really behind on org-mode release and recently got to a 6.x release. I've noticed the following 6.06b. * b list [0/3] - [-] [6/7] Stooge - [ ] Larry - [X] Curly - [X] Moe - [X] Shemp - [X] Joe - [X] Joe - [X] Joe - [-] [4/5] Marx - [ ] Groucho - [X] Harpo - [X] Chico - [X] Gummo - [X] Zeppo - [ ] [0/3] Eternal - [-] Laurel and Hardy - [ ] Stan - [X] Oliver - [-] [1/2] Abbott and Costello - [ ] Lou - [X] Bud - [-] [1/2] Martin and Lewis - [ ] Jerry - [X] Dean The [-] tokens are new and I do love them and have wanted something like them since before I was begging for what became the [/] and [%] tokens. On the other hand, I'm a little surprised by what the [/] tokens got filled in with. Is there a new file or custom option that I missed or is it no longer possible to get sub levels to feed back up to the Todo item? I guess I could accept that if I got the old behavior by removing the checkboxes from the lines with [-] in the above example. Otherwise, I'd really like to call it a bug, or at least undesirable. The more I think about it, using checkboxes to hid those below them (like the [-] ones above) might be a nice way to hide the ones below it might be nice, like so: * catch phrases [0/3] - Curly - [ ] Hey Moe - [ ] nyuk nyuk nyuk - [ ] [0/3] hellos (<=== It don't count until we have 'em all) - [ ] hello - [ ] hello - [ ] hello Unforunately, this becomes * catch phrases [0/2] - Curly - [ ] Hey Moe - [ ] nyuk nyuk nyuk - [ ] [0/3] hellos (<=== It don't count until we have 'em all) - [ ] hello - [ ] hello - [ ] hello I get it, but I didn't expect it. I don't think I like it. Edd