branch: externals/vertico commit 9e764a142fafef8d8e265f5542794c0912ca452e Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: org 9.5 uses crm for org-set-tags-command --- README.org | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.org b/README.org index 3615a48..9297975 100644 --- a/README.org +++ b/README.org @@ -318,28 +318,6 @@ completion UI. Some of these assumptions may not hold in Vertico and as such require minor workarounds. -** ~org-set-tags-command~ - - ~org-set-tags-command~ implements a completion table which relies on the ~basic~ - completion style and TAB completion. This table does not work well with - Vertico and Icomplete. The issue can be mitigated by deactivating most of the - Vertico UI and relying purely on TAB completion. The UI is still enhanced by - Vertico, since Vertico shows the available tags. - - #+begin_src emacs-lisp - (defun disable-selection () - (when (eq minibuffer-completion-table #'org-tags-completion-function) - (setq-local vertico-map minibuffer-local-completion-map - completion-cycle-threshold nil - completion-styles '(basic)))) - (advice-add #'vertico--setup :before #'disable-selection) - #+end_src - - *Update:* ~org-set-tags-command~ is changed to use ~completing-read-multiple~ in - the current Org development version (9.5) as has been [[https://lists.gnu.org/archive/html/emacs-orgmode/2020-07/msg00222.html][proposed before]]. This - fix improves the compatibility with many completion UIs, including Vertico. - See the recent [[https://lists.gnu.org/archive/html/emacs-orgmode/2021-07/msg00287.html][mailing list discussion]]. - ** ~org-refile~ ~org-refile~ uses ~org-olpath-completing-read~ to complete the outline path