emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 2c972a7 1/2: Document an org-refile completion


From: ELPA Syncer
Subject: [elpa] externals/vertico 2c972a7 1/2: Document an org-refile completion problem workaround. (#60)
Date: Sun, 13 Jun 2021 06:57:15 -0400 (EDT)

branch: externals/vertico
commit 2c972a73d2d2a8122c1d3f6e2628dfb1598c273c
Author: Johannes Grødem <johs@grdm.no>
Commit: GitHub <noreply@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*=



reply via email to

[Prev in Thread] Current Thread [Next in Thread]