branch: externals/vertico commit 2c972a73d2d2a8122c1d3f6e2628dfb1598c273c Author: Johannes Grødem <j...@grdm.no> Commit: GitHub <nore...@github.com>
Document an org-refile completion problem workaround. (#60) --- README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.org b/README.org index 49b8bcc..9d834f5 100644 --- a/README.org +++ b/README.org @@ -226,6 +226,17 @@ available completion systems from the perspective of Selectrum. 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]]. +** ~org-refile~ + + When ~org-refile-use-outline-path~ is set to ~file~, refile + completion with Vertico enabled requires + ~org-outline-path-complete-in-steps~ to be disabled in order to + work properly. + + #+begin_src emacs-lisp + (setq org-outline-path-complete-in-steps nil) + #+end_src + ** ~tmm-menubar~ The text menu bar works well with Vertico but always shows a =*Completions*=