From dc26e938fa2e25628b3c3c1ddff8f2f97fb7f695 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 22 Jan 2020 17:45:33 -0600 Subject: [PATCH] Fix: (org-ql-block) Autoloads Fixes #53. Thanks to reports from Gus Cantieni (@gcantieni), Karl Voit (@novoid), rieje (@rieje), and Jake | Junxuan (@jakejx). --- README.org | 1 + org-ql-search.el | 1 + org-ql.info | 29 +++++++++++++++++------------ 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/README.org b/README.org index 40c16dd..4a1ecbd 100644 --- a/README.org +++ b/README.org @@ -414,6 +414,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience + Face for done to-do keywords in =org-ql-view= buffers. (Thanks to [[https://github.com/dsdshcym][Yiming Chen]].) + Make view buffers read-only. (Fixes [[https://github.com/alphapapa/org-ql/issues/72][#72]]. Thanks to [[https://github.com/xeijin][xeijin]].) + Sorting with single sorter specified as an atom. (Thanks to [[https://github.com/legalnonsense][Jeff Filipovits]].) ++ Autoload for =org-ql-block= agenda block. (Fixes [[https://github.com/alphapapa/org-ql/issues/53][#53]]. Thanks to reports from [[https://github.com/gcantieni][Gus Cantieni]], [[https://github.com/novoid][Karl Voit]], [[https://github.com/rieje][rieje]], and [[https://github.com/jakejx][Jake | Junxuan]].) *Internal* + Added generic node data cache to speed up recursive, tree-based queries. diff --git a/org-ql-search.el b/org-ql-search.el index fab0e95..d97d59e 100644 --- a/org-ql-search.el +++ b/org-ql-search.el @@ -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 diff --git a/org-ql.info b/org-ql.info index 9336d3b..6419125 100644 --- a/org-ql.info +++ b/org-ql.info @@ -758,6 +758,11 @@ will be pushed to the master branch when ready. (https://github.com/xeijin).) • Sorting with single sorter specified as an atom. (Thanks to Jeff Filipovits (https://github.com/legalnonsense).) + • Autoload for org-ql-block agenda block. (Fixes #53 + (https://github.com/alphapapa/org-ql/issues/53). Thanks to reports + from Gus Cantieni (https://github.com/gcantieni), Karl Voit + (https://github.com/novoid), rieje (https://github.com/rieje), and + Jake | Junxuan (https://github.com/jakejx).) *Internal* • Added generic node data cache to speed up recursive, tree-based @@ -1050,18 +1055,18 @@ Node: Agenda-like views18085 Node: Listing / acting-on results19490 Node: Changelog24092 Node: 04-pre24629 -Node: 03227802 -Node: 03128183 -Node: 0328378 -Node: 02331351 -Node: 02231577 -Node: 02131843 -Node: 0232040 -Node: 0136073 -Node: Notes36172 -Node: Comparison with Org Agenda searches36334 -Node: org-sidebar37205 -Node: License37484 +Node: 03228121 +Node: 03128502 +Node: 0328697 +Node: 02331670 +Node: 02231896 +Node: 02132162 +Node: 0232359 +Node: 0136392 +Node: Notes36491 +Node: Comparison with Org Agenda searches36653 +Node: org-sidebar37524 +Node: License37803  End Tag Table