Fix void-function org-map-entries on doom/help-*

This commit is contained in:
Henrik Lissner 2019-05-08 00:56:16 -04:00
parent e173fcbd54
commit f6dc4f6079
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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