Fix: (org-ql-completing-read)

This seems to work better now with default Emacs completion (i.e. not
using Vertico or Helm).  It's still not perfect, but it seems to work
reasonably well and be more correct.

Fixes #338.  Thanks to @arozbiz for reporting.
This commit is contained in:
Adam Porter 2023-03-12 09:30:29 -05:00
parent e08de2a76c
commit 4c1a4b169f
3 changed files with 192 additions and 101 deletions

View file

@ -1025,7 +1025,11 @@ File: README.info, Node: 071-pre, Next: 07, Up: Changelog
5.1 0.7.1-pre
=============
Nothing new yet.
*Fixes*
• Function org-ql-completing-read is more compatible with default
Emacs completion. (See #338
(https://github.com/alphapapa/org-ql/issues/338). Thanks to
arozbiz (https://github.com/arozbiz) for reporting.)

File: README.info, Node: 07, Next: 063, Prev: 071-pre, Up: Changelog
@ -1748,36 +1752,36 @@ Node: Links37270
Node: Tips37957
Node: Changelog38281
Node: 071-pre39079
Node: 0739190
Node: 06342118
Node: 06242649
Node: 06142954
Node: 0643522
Node: 05246576
Node: 05146876
Node: 0547299
Node: 04948828
Node: 04849110
Node: 04749459
Node: 04649868
Node: 04550276
Node: 04450637
Node: 04350996
Node: 04251199
Node: 04151360
Node: 0451607
Node: 03255708
Node: 03156111
Node: 0356308
Node: 02359608
Node: 02259842
Node: 02160122
Node: 0260327
Node: 0164405
Node: Notes64506
Node: Comparison with Org Agenda searches64668
Node: org-sidebar65557
Node: License65836
Node: 0739416
Node: 06342344
Node: 06242875
Node: 06143180
Node: 0643748
Node: 05246802
Node: 05147102
Node: 0547525
Node: 04949054
Node: 04849336
Node: 04749685
Node: 04650094
Node: 04550502
Node: 04450863
Node: 04351222
Node: 04251425
Node: 04151586
Node: 0451833
Node: 03255934
Node: 03156337
Node: 0356534
Node: 02359834
Node: 02260068
Node: 02160348
Node: 0260553
Node: 0164631
Node: Notes64732
Node: Comparison with Org Agenda searches64894
Node: org-sidebar65783
Node: License66062

End Tag Table