diff --git a/README.org b/README.org index 75fd7b0..e7d6331 100644 --- a/README.org +++ b/README.org @@ -388,6 +388,9 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience + Alias =h= for =heading= predicate. + Search/view buffers now always end with a newline, which prevents side-scrolling of the window when calling =end-of-buffer=. +*Fixed* ++ Call =helm-make-source= directly instead of using =helm-build-sync-source= macro. (Fixes [[https://github.com/alphapapa/org-ql/issues/60][#60]]. Thanks to Matt Huszagh ([[https://github.com/matthuszagh][@matthuszagh]]) for reporting.) + *Internal* + Added generic node data cache to speed up recursive, tree-based queries. diff --git a/helm-org-ql.el b/helm-org-ql.el index 26beab9..8bb886a 100644 --- a/helm-org-ql.el +++ b/helm-org-ql.el @@ -67,7 +67,7 @@ Based on `helm-map'.") (defvar helm-source-org-ql-views - (helm-build-sync-source "Org QL Views" + (helm-make-source "Org QL Views" 'helm-source-sync :candidates (lambda () (->> org-ql-views (-map #'car) diff --git a/org-ql.info b/org-ql.info index 55e49ce..e132bd2 100644 --- a/org-ql.info +++ b/org-ql.info @@ -718,6 +718,13 @@ File: README.info, Node: 04-pre, Next: 032, Up: Changelog • Search/view buffers now always end with a newline, which prevents side-scrolling of the window when calling end-of-buffer. + *Fixed* + • Call helm-make-source directly instead of using + helm-build-sync-source macro. (Fixes #60 + (https://github.com/alphapapa/org-ql/issues/60). Thanks to Matt + Huszagh (@matthuszagh (https://github.com/matthuszagh)) for + reporting.) + *Internal* • Added generic node data cache to speed up recursive, tree-based queries. @@ -1009,18 +1016,18 @@ Node: Agenda-like views18252 Node: Listing / acting-on results19657 Node: Changelog24259 Node: 04-pre24796 -Node: 03226057 -Node: 03126438 -Node: 0326633 -Node: 02329606 -Node: 02229832 -Node: 02130098 -Node: 0230295 -Node: 0134328 -Node: Notes34427 -Node: Comparison with Org Agenda searches34589 -Node: org-sidebar35460 -Node: License35739 +Node: 03226323 +Node: 03126704 +Node: 0326899 +Node: 02329872 +Node: 02230098 +Node: 02130364 +Node: 0230561 +Node: 0134594 +Node: Notes34693 +Node: Comparison with Org Agenda searches34855 +Node: org-sidebar35726 +Node: License36005  End Tag Table