Fix: (org-ql-block) Autoloads
Fixes #53. Thanks to reports from Gus Cantieni (@gcantieni), Karl Voit (@novoid), rieje (@rieje), and Jake | Junxuan (@jakejx).
This commit is contained in:
parent
b00949d945
commit
dc26e938fa
3 changed files with 19 additions and 12 deletions
|
|
@ -219,6 +219,7 @@ necessary."
|
|||
(org-ql-view--display :buffer buffer :header header
|
||||
:string (s-join "\n" strings)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun org-ql-search-block (query)
|
||||
"Insert items for QUERY into current buffer.
|
||||
QUERY should be an `org-ql' query form. Intended to be used as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue