From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chris Randle" Subject: Checkboxes and intermediate state Date: Sat, 14 Feb 2009 15:46:33 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYMjF-0002Lh-0C for emacs-orgmode@gnu.org; Sat, 14 Feb 2009 10:46:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYMjC-0002LV-I0 for emacs-orgmode@gnu.org; Sat, 14 Feb 2009 10:46:51 -0500 Received: from [199.232.76.173] (port=57856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYMjC-0002LS-B1 for emacs-orgmode@gnu.org; Sat, 14 Feb 2009 10:46:50 -0500 Received: from anchor-post-3.mail.demon.net ([195.173.77.134]:40458) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYMjB-0002Ij-TY for emacs-orgmode@gnu.org; Sat, 14 Feb 2009 10:46:50 -0500 Received: from amlog.demon.co.uk ([80.177.106.135] helo=CUBE) by anchor-post-3.mail.demon.net with esmtp (Exim 4.69) id 1LYMj7-0004TY-mc for emacs-orgmode@gnu.org; Sat, 14 Feb 2009 15:46:45 +0000 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@gnu.org Hi Carsten Until recently, if I used `C-u C-c C-c' with the cursor on the line with Item B in the following example: - [X] Item A - [ ] Item B - [ ] Item C I'd get: - [X] Item A - [-] Item B - [ ] Item C Now (6.21b) I get: - [X] Item A - Item B - [ ] Item C Think this may be an unintentional side-effect of the recent changes to the list code. Hope so, because I quite like using that mark to register the item that I'm working on currently - an "in progress" marker. The fact that it's taken me weeks to spot this shows how often any progress is made in my world! -- Chris Randle Windows XP Pro SP3 - GNU Emacs 22.1.1 - Org-mode 6.21b