From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Embedded checklists and C-u C-c C-c Date: Tue, 15 Jan 2013 00:20:22 -0500 Message-ID: <86pq17qay1.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tuywl-0001yO-1i for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 00:20:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tuywi-0006s8-2D for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 00:20:26 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:52664 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tuywh-0006s4-TT for emacs-orgmode@gnu.org; Tue, 15 Jan 2013 00:20:23 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Org people. This is for current Org (7.9.3d-827-g7cd81b, says the manual). In node node Checkboxes, near the end, we read: (3) `C-u C-c C-c' on the _first_ item of a list with no checkbox will add checkboxes to the rest of the list. It seems it only works for external checklists, but not for embedded ones. For example, given: | <-- Left margin | - A - A1 - A2 - B `C-u C-c C-c' on the "A" line will create a checkbox on both "A" and "B" lines, which is expected. But `C-u C-c C-c' on the "A1" line will open a checkbox on that line only, while I would have expected a checkbox on both "A1" and "A2" lines. Should it not? Fran=C3=A7ois