From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard KLINDA Subject: Re: only one [/] or [%]? Date: Thu, 29 Jan 2009 11:47:42 +0100 Message-ID: <87ab9abd81.fsf@gmail.com> References: <87mydba0fl.fsf@gmail.com> <3C5BEEB1-BE4E-4093-B35E-5A73A89B728B@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSUTK-0000ju-R3 for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 05:50:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSUTI-0000hE-Od for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 05:50:09 -0500 Received: from [199.232.76.173] (port=46183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSUTI-0000gz-BA for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 05:50:08 -0500 Received: from viefep17-int.chello.at ([62.179.121.37]:45262) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSUTH-0005bx-O1 for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 05:50:08 -0500 In-Reply-To: <3C5BEEB1-BE4E-4093-B35E-5A73A89B728B@uva.nl> (Carsten Dominik's message of "Wed, 28 Jan 2009 17:25:47 +0100") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org >>>>> Regarding 'Re: only one [/] or [%]?'; Carsten Dominik adds: > On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote: >> Hi, I have noticed that you can only have one [/] or [%] in a >> headline. >> In an older version of org I used to use both in the same headline >> and it worked. > Did that really ever work???? Yes, I'm pretty sure of that because I always used it that way. :) >> Is there some reason for this "regression"? > No, no reason, and progress has reversed regression in the GIT repo. :) I think this feature could be added with a one-line change in org-list.el "(defun org-update-checkbox-count (&optional all)" ,---- | OLD: continue-from (point-at-bol) | NEW: continue-from (or beg-cookie (point-at-bol)) `---- So now you can have: ,---- | ** TODO [1/2] [1/2] [1/2] --- YIKES --- [1/2] [1/2] [1/2] | - [X] foo | - [ ] bar `---- Please include this if you like it. -- Udv, Richard