From 2053c10572912181e4fbc839b1f384fcbe36582f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 18 Nov 2018 07:09:32 +0100 Subject: [PATCH] =?UTF-8?q?Tweak=20Org=E2=80=99s=20refile=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)