Skip to content

Commit

Permalink
disabled in-step org-outline-path completion
Browse files Browse the repository at this point in the history
Interferes with ivy/selectrum completion as described in these issues:

radian-software/selectrum#579
abo-abo/swiper#1254
abo-abo/swiper#444
https://emacs.stackexchange.com/questions/37883/hierarchical-org-refile-support-with-ivy

Also, removed obsolete comment about org-completion-use-ido option
  • Loading branch information
Daniel Dinnyes committed Jul 2, 2022
1 parent 8496499 commit a5764d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5764d2

Please sign in to comment.