From f6dc4f6079214230b87cf41faefdf3bf07e222b1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 8 May 2019 00:56:16 -0400 Subject: [PATCH] Fix void-function org-map-entries on doom/help-* --- core/autoload/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/autoload/help.el b/core/autoload/help.el index 175f2d9bc..e2b511158 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -121,7 +121,8 @@ selection of all minor-modes, active or not." ;; ;;; Documentation commands -(defun doom--org-headings (files &optional depth prompt include-files) +(defun doom--org-headings (files &optional depth _prompt include-files) + (require 'org) (let ((org-agenda-files (doom-enlist files)) (default-directory doom-docs-dir)) (unwind-protect