Fix: Add autoloads

Fixes #36.  Thanks to Akira Komamura (@akirak).
This commit is contained in:
Akira Komamura 2019-08-31 23:40:49 -05:00 committed by Adam Porter
parent 42947aa2df
commit 3a5e4a1e11
3 changed files with 11 additions and 0 deletions

View file

@ -442,6 +442,9 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
/Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases.
** 0.2-pre
:PROPERTIES:
:ID: 67be09f9-e959-4333-9be2-93ad8f458fbe
:END:
*Added*
+ Function ~org-ql-query~, like ~org-ql-select~ but with arguments named more like a SQL query.
@ -478,6 +481,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Don't search hidden/special buffers.
+ Properly accept arbitrary sort functions in =org-ql-select=, etc. (Fixes [[https://github.com/alphapapa/org-ql/issues/37][#37]]. Thanks to [[https://github.com/mz-pdm][Milan Zamazal]].)
+ Planning-line-related predicates searched too far into entries.
+ Add autoloads. (Fixes [[https://github.com/alphapapa/org-ql/pull/36/files#][#36]]. Thanks to [[https://github.com/akirak][Akira Komamura]].)
*Compatibility*
+ Fixes for compatibility with Org 9.2. (Thanks to [[https://github.com/ataias][Ataias Pereira Reis]] and [[https://github.com/dakra][Daniel Kraus]].)