From a5764d217b23ae52acf12d4d6e2ab110828bd456 Mon Sep 17 00:00:00 2001 From: Daniel Dinnyes Date: Sun, 5 Dec 2021 01:46:38 +0000 Subject: [PATCH] disabled in-step org-outline-path completion Interferes with ivy/selectrum completion as described in these issues: https://github.com/raxod502/selectrum/issues/579 https://github.com/abo-abo/swiper/issues/1254 https://github.com/abo-abo/swiper/issues/444 https://emacs.stackexchange.com/questions/37883/hierarchical-org-refile-support-with-ivy Also, removed obsolete comment about org-completion-use-ido option --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index 020ab72..a57838a 100644 --- a/init.el +++ b/init.el @@ -157,9 +157,7 @@ (nil . (:tag . "TARGET")))) '(org-refile-use-outline-path t) '(org-goto-interface 'outline-path-completion) - '(org-outline-path-complete-in-steps t) - ;; prefer in-steps that ido for refile completion - ;; '(org-completion-use-ido t) + '(org-outline-path-complete-in-steps nil) ;; '(org-reverse-note-order t) ;; LOGGING