I must've accidentally removed this at some point. Putting it back in now

This commit is contained in:
Benson Chu 2018-05-12 14:07:55 -05:00
parent 195e9a565a
commit e8f9ff89da

View file

@ -1080,6 +1080,9 @@
(lambda ()
(not (member "ARCHIVE" (org-get-tags-at (point) nil)))))
; Use full outline paths for refile targets - we file directly with IDO
(setq org-refile-use-outline-path 'file)
; Targets complete directly with IDO
(setq org-outline-path-complete-in-steps nil)