summaryrefslogtreecommitdiff
path: root/lisp/km-org-agenda.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/km-org-agenda.el')
-rw-r--r--lisp/km-org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-org-agenda.el b/lisp/km-org-agenda.el
index 69f69ae..0d5903d 100644
--- a/lisp/km-org-agenda.el
+++ b/lisp/km-org-agenda.el
@@ -42,7 +42,7 @@ killed."
(find-file org-default-notes-file)
(goto-char (org-find-exact-headline-in-buffer "Inbox" nil t))
(recenter-top-bottom 0)
- (show-children))
+ (outline-show-children))
;;;###autoload
(defun km/org-goto-agenda-heading ()