From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Old 'C-c tab' binding shadowed Date: Thu, 07 Sep 2017 23:28:58 +0200 Message-ID: <84d172gput.fsf@tm6592> References: <84lglqgvcv.fsf@tm6592> <87bmmmxpmn.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dq4MG-0008KQ-Sk for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 17:29:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dq4MC-0005QM-Cl for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 17:29:08 -0400 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:43568) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dq4MC-0005Pp-6f for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 17:29:04 -0400 Received: by mail-wm0-x22e.google.com with SMTP id f145so1762377wme.0 for ; Thu, 07 Sep 2017 14:29:02 -0700 (PDT) In-Reply-To: <87bmmmxpmn.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 07 Sep 2017 21:41:52 +0200") 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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org >> There is an issue with the binding of 'C-c tab' (to >> `org-table-toggle-column-width') though. >> >> Before the 'C-c tab' was bound to `outline-show-children' (which I >> enjoyed occasionally.) With the current Org-tip version this binding is >> gone. > > Isn't it equivalent to `org-cycle', i.e., TAB? `outline-show-children' (and also `org-show-children' BTW) opens the children up to a certain depth which can be set via prefix argument (default: 1). (I also like that) _just_ the headings appear with `outline-show-children' -- e.g. properties and empty lines remain hidden. Cheers, Marco