From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: Check-box cookies in column view Date: Mon, 11 Feb 2008 00:22:59 -0800 Message-ID: <47B005E3.3000509@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOTwQ-00080e-Iq for emacs-orgmode@gnu.org; Mon, 11 Feb 2008 03:23:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOTwO-0007yp-4W for emacs-orgmode@gnu.org; Mon, 11 Feb 2008 03:23:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOTwN-0007ya-Sv for emacs-orgmode@gnu.org; Mon, 11 Feb 2008 03:23:03 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JOTwN-0002so-I7 for emacs-orgmode@gnu.org; Mon, 11 Feb 2008 03:23:03 -0500 Received: from balanced.mail.policyd.dreamhost.com ([208.97.132.119] helo=randymail-a3.g.dreamhost.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOTwM-0006Yn-4Z for emacs-orgmode@gnu.org; Mon, 11 Feb 2008 03:23:02 -0500 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: emacs-orgmode Org-mode supports the cookies [/] and [%] to summarize the check status of the plain-list checkboxes below the headline. However, for check-box style properties, the "summary-type" in :COLUMNS: allows only an all-or-none summary (that is, the parent heading's column is marked [X] on if *all* children are [X]). Is there a way to get plain-list style status (% done, or x/y done) in column view for properties that are of checkbox type? Thanks, Dan