From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to check/uncheck all checkboxes Date: Mon, 02 Sep 2013 13:38:58 +0200 Message-ID: <87mwnve9m5.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGSTP-0004hM-A3 for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 07:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGSTG-0000aF-TG for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 07:39:11 -0400 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:45122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGSTG-0000a5-E2 for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 07:39:02 -0400 Received: by mail-we0-f179.google.com with SMTP id t58so3711645wes.10 for ; Mon, 02 Sep 2013 04:39:01 -0700 (PDT) In-Reply-To: (=?utf-8?B?IuaWueS/iiIncw==?= message of "Tue, 27 Aug 2013 18:24:19 +0800") 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?B?5pa55L+K?= Cc: emacs-orgmode@gnu.org 方俊 writes: > The typical structure as following: > - [-] root >   - [ ] b >   - [X] c >   - [ ] d > > What i want is: if I toggle the root, all checkboxes, including root > and children, toggled, no matter the children's status are. > > Is there native function/command do things like this? Not from "- [-] root" but from "- [ ] b". C-u C-u C-u C-c C-c will toggle all checkboxes. C-u C-c C-c C-u C-c C-c will untoggle all checkboxes. HTH, -- Bastien