From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tokuya Kameshima Subject: Re: a patch to org.el of git version Date: Wed, 23 Sep 2015 09:33:00 +0900 (JST) Message-ID: <20150923.093300.2235048662601452995.kametoku@gmail.com> References: <20150921.121304.1061655847347635193.kametoku@gmail.com> <87bncub6gj.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeY01-0008TZ-5r for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 20:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeXzx-0002dN-L3 for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 20:33:29 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:32937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeXzx-0002d6-Eb for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 20:33:25 -0400 Received: by pacex6 with SMTP id ex6so23704095pac.0 for ; Tue, 22 Sep 2015 17:33:24 -0700 (PDT) In-Reply-To: <87bncub6gj.fsf@nicolasgoaziou.fr> 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: mail@nicolasgoaziou.fr Cc: kametoku@gmail.com, emacs-orgmode@gnu.org Hi Nicolas, Thank you for the update. But it looks like `org-show-children' is a replacement of `show-children'. Actually the key bind for `show-children' (C-c TAB in my case) is remapped to `org-show-children' as below. org.el:5733: > (define-key org-mode-map [remap show-children] 'org-show-children) When I typed C-C TAB on an org-mode buffer, I got the following error: Wrong type argument: commandp, org-show-children Thanks, --Tokuya On Tue, 22 Sep 2015 21:27:08 +0200, Nicolas Goaziou wrote: > > Hello, > > Tokuya Kameshima writes: > > > This is a tiny patch to `org-show-children' which shoule be an > > interactive function but not. > > Thank you. However, `org-show-children' is not meant to be interactive, > because its functionality is incomplete within Org. It also needs > `org-show-entry'. > > In any case, I fixed its docstring since it was misleading. > > Regards, > > -- > Nicolas Goaziou