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

2015-09-23 Thread Nicolas Goaziou
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

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

2015-09-22 Thread Nicolas Goaziou
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

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

2015-09-22 Thread Tokuya Kameshima
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]

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

2015-09-20 Thread Tokuya Kameshima
Hi, This is a tiny patch to `org-show-children' which shoule be an interactive function but not. Thanks, --Tokuya -- diff --git a/lisp/org.el b/lisp/org.el index ce80129..7a58568 100755 --- a/lisp/org.el +++ b/lisp/org.el @@