branch: externals/vertico commit b7cb558c254fe9752b844cef9817bd4dd9f0ccc4 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Update note about Org tags completion table (Fix #77) --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index d7529ff..8fe0bf3 100644 --- a/README.org +++ b/README.org @@ -254,8 +254,10 @@ (advice-add #'vertico--setup :before #'disable-selection) #+end_src - In order to fix the issues properly, ~org-set-tags-command~ should be - implemented using ~completing-read-multiple~ as discussed on the [[https://lists.gnu.org/archive/html/emacs-orgmode/2020-07/msg00222.html][mailing list]]. + *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 compatibilty 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~