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:
Adam Porter 2020-01-22 17:45:33 -06:00
parent b00949d945
commit dc26e938fa
3 changed files with 19 additions and 12 deletions

View file

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

View file

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

View file

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