summaryrefslogtreecommitdiff
path: root/lisp/km-org-agenda.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-23 19:44:22 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-24 00:25:22 -0500
commit991b0bb3a1d86b5ef2347597ca85a0fff5148c3b (patch)
tree063c390b0f8774d57c9ece0ffed684066f8e59ba /lisp/km-org-agenda.el
parent5b7727428bcb0c4b79bb766097c7936cee98a5bb (diff)
downloademacs.d-991b0bb3a1d86b5ef2347597ca85a0fff5148c3b.tar.gz
Silence byte-compiler
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 ()