branch: externals/vertico
commit 0585a9fb98ad8af925f4284822a2a4923c538660
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    README: Document that the org-agenda-filter completion function is broken
---
 README.org | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 26a94da098..621cc751e4 100644
--- a/README.org
+++ b/README.org
@@ -531,6 +531,15 @@ However the list of possible completions becomes much more 
cluttered.
         org-outline-path-complete-in-steps nil)
 #+end_src
 
+** ~org-agenda-filter~
+
+Similar to ~org-refile~, the ~org-agenda-filter~ completion function
+(~org-agenda-filter-completion-function~) does not make use of completion
+boundaries. Unfortunately =TAB= completion does not work for this reason. This
+affects Vertico and also the Emacs default completion system. For example if 
you
+enter ~+tag<0 TAB~ the input is replaced with ~0:10~ which is not correct. With
+preserved completion boundaries, the expected result would be ~+tag<0:10~.
+
 ** ~tmm-menubar~
 
 The text menu bar works well with Vertico but always shows a =*Completions*=

Reply via email to