Fix +default/org-notes-headlines

This commit is contained in:
Henrik Lissner 2019-08-28 19:04:17 -04:00
parent b141b4bbd8
commit f90cf1f974
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -305,6 +305,5 @@ ARG is set, prompt for a known project to search from."
(defun +default/org-notes-headlines () (defun +default/org-notes-headlines ()
"Jump to an Org headline in `org-agenda-files'." "Jump to an Org headline in `org-agenda-files'."
(interactive) (interactive)
(completing-read (doom-completing-read-org-headings
"Jump to org headline: " "Jump to org headline: " org-agenda-files 3 t))
(doom-completing-read-org-headings org-agenda-files 3 t)))