diff --git a/configuration.org b/configuration.org index 85b8805..5f0ba62 100644 --- a/configuration.org +++ b/configuration.org @@ -2424,7 +2424,11 @@ This is a big one; I use a lot of customisation here. org-enforce-todo-dependencies t org-catch-invisible-edits 'show org-log-reschedule 'time - org-log-redeadline 'note) + org-log-redeadline 'note + org-refile-targets '((org-agenda-files :maxlevel . 3)) + org-refile-use-outline-path 'file + org-outline-path-complete-in-steps nil + org-refile-allow-creating-parent-nodes 'confirm) :config ;; Load the markdown exporter (require 'ox-md)