From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Embedded checklists and C-u C-c C-c Date: Sat, 19 Jan 2013 23:39:50 +0100 Message-ID: <87wqv823wp.fsf@gmail.com> References: <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]:37356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Twh5C-0005jg-37 for emacs-orgmode@gnu.org; Sat, 19 Jan 2013 17:40:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Twh5A-0002V1-8G for emacs-orgmode@gnu.org; Sat, 19 Jan 2013 17:40:13 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:36888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Twh5A-0002U4-1r for emacs-orgmode@gnu.org; Sat, 19 Jan 2013 17:40:12 -0500 Received: by mail-wg0-f47.google.com with SMTP id dq11so2878735wgb.2 for ; Sat, 19 Jan 2013 14:40:10 -0800 (PST) In-Reply-To: <86pq17qay1.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Tue, 15 Jan 2013 00:20:22 -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: =?utf-8?Q?Fran=C3=A7ois?= Pinard Cc: emacs-orgmode@gnu.org Hello, Fran=C3=A7ois Pinard writes: > 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? This should be fixed in master. Thank you. Regards, --=20 Nicolas Goaziou