mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
I must've accidentally removed this at some point. Putting it back in now
This commit is contained in:
parent
195e9a565a
commit
e8f9ff89da
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue