Skip to content

v0.8.8

Compare
Choose a tag to compare
@alphapapa alphapapa released this 29 Aug 21:41
· 50 commits to master since this release
v0.8.8

Fixes

  • Remove text properties from to-do keywords before displaying them in an org-ql-view buffer. (Such text properties could cause them to, e.g. display with extra leading spaces, depending on which other modes might be enabled in the source Org buffer.)
  • Binding of completion-styles-alist in org-ql-completing-read. (This fixes compatibility with Helm's helm completion style, as well as default Emacs completion in recursive minibuffers. #337. Thanks to Nicholas Vollmer, viz, and Karthik Chikmagalur for reporting and suggesting fixes.)
  • Use of the context snippet function for org-ql-completing-read. (#419. Thanks to tpeacock19 for reporting.)