From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: a patch to org.el of git version Date: Thu, 24 Sep 2015 00:04:18 +0200 Message-ID: <87k2rgyeql.fsf@nicolasgoaziou.fr> References: <20150921.121304.1061655847347635193.kametoku@gmail.com> <87bncub6gj.fsf@nicolasgoaziou.fr> <20150923.093300.2235048662601452995.kametoku@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zes7c-0003px-9t for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 18:02:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zes7b-0007YV-Hh for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 18:02:40 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:48845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zes7b-0007Y9-B8 for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 18:02:39 -0400 In-Reply-To: <20150923.093300.2235048662601452995.kametoku@gmail.com> (Tokuya Kameshima's message of "Wed, 23 Sep 2015 09:33:00 +0900 (JST)") 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: Tokuya Kameshima Cc: emacs-orgmode@gnu.org Tokuya Kameshima writes: > 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 You are right. This is now fixed. Thank you. Regards,