From d1726e4a52c6a2c04d74e9399c828faa7670c81e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 29 May 2017 01:10:55 +0200 Subject: [PATCH] show-children (obsolete) => outline-show-children --- modules/lang/org/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index ae9f114dc..68ddcea80 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -347,7 +347,7 @@ :m "gh" #'outline-up-heading :m "gj" #'org-forward-heading-same-level :m "gk" #'org-backward-heading-same-level - :m "gl" (λ! (call-interactively #'outline-next-visible-heading) (show-children)) + :m "gl" (λ! (call-interactively #'outline-next-visible-heading) (outline-show-children)) :n "go" #'org-open-at-point :n "gO" (λ! (let ((org-link-frame-setup (append '((file . find-file-other-window)) org-link-frame-setup))