emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] a patch to org.el of git version


From: Nicolas Goaziou
Subject: Re: [O] a patch to org.el of git version
Date: Thu, 24 Sep 2015 00:04:18 +0200

Tokuya Kameshima <address@hidden> 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]