Change/Fix: (org-ql-view--format-element) Use org-ql--tags-at

Use org-ql--tags-at instead of org-get-tags/org-get-tags-at.  This
uses our cache, which should improve performance, and it obviates the
function alias for Org versions before 9.3 (which occasionally
misbehaves, e.g. if Org is reloaded).
This commit is contained in:
Adam Porter 2020-11-08 18:05:27 -06:00
parent 958cd50794
commit 359a280d11
3 changed files with 34 additions and 32 deletions

View file

@ -418,6 +418,9 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
*Changed*
+ Binding to refresh search/view buffers changed to =r=.
*Internal*
+ When formatting entries for Org QL View buffers, use internal function for retrieving heading tags. This improves speed by using our cache, and it removes the need for a compatibility alias for Org versions before 9.3.
** 0.4.6
*Fixed*