diff --git a/README.org b/README.org index 0235712..b4db8a6 100644 --- a/README.org +++ b/README.org @@ -394,6 +394,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience *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 [[https://github.com/matthuszagh][Matt Huszagh]] for reporting.) + Search/view buffers now always end with a newline, which prevents side-scrolling of the window when calling =end-of-buffer=. ++ Face for done to-do keywords in =org-ql-view= buffers. (Thanks to [[https://github.com/dsdshcym][Yiming Chen]].) *Internal* + Added generic node data cache to speed up recursive, tree-based queries. diff --git a/org-ql-view.el b/org-ql-view.el index 0309a91..ae7478a 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -634,7 +634,8 @@ property." (defun org-ql-view--add-todo-face (keyword) "Return KEYWORD with TODO face added." - (when-let ((face (org-get-todo-face keyword))) + (when-let* ((org-done-keywords org-done-keywords-for-agenda) + (face (org-get-todo-face keyword))) (org-add-props keyword nil 'face face))) ;;;; Footer diff --git a/org-ql.info b/org-ql.info index 329057f..c11519c 100644 --- a/org-ql.info +++ b/org-ql.info @@ -729,6 +729,8 @@ File: README.info, Node: 04-pre, Next: 032, Up: Changelog Huszagh (https://github.com/matthuszagh) for reporting.) • Search/view buffers now always end with a newline, which prevents side-scrolling of the window when calling end-of-buffer. + • Face for done to-do keywords in org-ql-view buffers. (Thanks to + Yiming Chen (https://github.com/dsdshcym).) *Internal* • Added generic node data cache to speed up recursive, tree-based @@ -1021,18 +1023,18 @@ Node: Agenda-like views18276 Node: Listing / acting-on results19681 Node: Changelog24283 Node: 04-pre24820 -Node: 03226512 -Node: 03126893 -Node: 0327088 -Node: 02330061 -Node: 02230287 -Node: 02130553 -Node: 0230750 -Node: 0134783 -Node: Notes34882 -Node: Comparison with Org Agenda searches35044 -Node: org-sidebar35915 -Node: License36194 +Node: 03226633 +Node: 03127014 +Node: 0327209 +Node: 02330182 +Node: 02230408 +Node: 02130674 +Node: 0230871 +Node: 0134904 +Node: Notes35003 +Node: Comparison with Org Agenda searches35165 +Node: org-sidebar36036 +Node: License36315  End Tag Table